diff options
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.cc')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index 95a4862..f8b1b8f 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -118,8 +118,8 @@ class PluginRequestHandlerProxy } } - virtual std::string GetURLForDebugging() { - return cprequest_->url; + virtual GURL GetURLForDebugging() const { + return GURL(cprequest_->url); } void set_extra_headers(const std::string& headers) { |