diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-23 01:40:11 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-23 01:40:11 +0000 |
commit | 6a558a36f77d504f7fdf21c1e4d0ad63caa5909a (patch) | |
tree | 5b530d60155c03aabfff982db1476f2fdd4861e6 /chrome/plugin | |
parent | 23866704890933c1c1b6d0eb9df33695b998fb64 (diff) | |
download | chromium_src-6a558a36f77d504f7fdf21c1e4d0ad63caa5909a.zip chromium_src-6a558a36f77d504f7fdf21c1e4d0ad63caa5909a.tar.gz chromium_src-6a558a36f77d504f7fdf21c1e4d0ad63caa5909a.tar.bz2 |
Remove GetURLForDebugging().
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4071004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-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; } |