diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 20:10:53 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 20:10:53 +0000 |
commit | 8bfc827408f80052590c1a9b694b448df01e5885 (patch) | |
tree | 34f4979b5e4274bbba52ba04b618023842cc2600 /content/browser/loader/resource_dispatcher_host_impl.h | |
parent | b8207e0c6f777eb9db1ca0c46def39c3da7daec0 (diff) | |
download | chromium_src-8bfc827408f80052590c1a9b694b448df01e5885.zip chromium_src-8bfc827408f80052590c1a9b694b448df01e5885.tar.gz chromium_src-8bfc827408f80052590c1a9b694b448df01e5885.tar.bz2 |
Modify ResourceMessageFilter so that it can support attaching to PluginProcessHost.
Previously, a ResourceMessageFilter could assume that its client has one ResourceContext. For plugins this assumption won't hold anymore, as one plugin process serves many renderers.
BUG=286074
R=ananta@chromium.org
Review URL: https://codereview.chromium.org/23851010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/loader/resource_dispatcher_host_impl.h')
-rw-r--r-- | content/browser/loader/resource_dispatcher_host_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h index af53b70..e6f2241 100644 --- a/content/browser/loader/resource_dispatcher_host_impl.h +++ b/content/browser/loader/resource_dispatcher_host_impl.h @@ -162,13 +162,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl return save_file_manager_.get(); } - // Called when the renderer loads a resource from its internal cache. - void OnDidLoadResourceFromMemoryCache(const GURL& url, - const std::string& security_info, - const std::string& http_method, - const std::string& mime_type, - ResourceType::Type resource_type); - // Called when a RenderViewHost is created. void OnRenderViewHostCreated(int child_id, int route_id); |