diff options
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.cc')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index e23b273..22b3da9 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -135,10 +135,6 @@ class PluginRequestHandlerProxy } } - virtual GURL GetURLForDebugging() const { - return GURL(cprequest_->url); - } - void set_extra_headers(const std::string& headers) { extra_headers_ = headers; } |