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 /webkit/glue/resource_loader_bridge.h | |
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 'webkit/glue/resource_loader_bridge.h')
-rw-r--r-- | webkit/glue/resource_loader_bridge.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h index 2634383..52447b4 100644 --- a/webkit/glue/resource_loader_bridge.h +++ b/webkit/glue/resource_loader_bridge.h @@ -306,10 +306,6 @@ class ResourceLoaderBridge { virtual void OnCompletedRequest(const URLRequestStatus& status, const std::string& security_info, const base::Time& completion_time) = 0; - - // Returns the URL of the request, which allows us to display it in - // debugging situations. - virtual GURL GetURLForDebugging() const = 0; }; // use Create() for construction, but anybody can delete at any time, |