Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 23851010: Modify ResourceMessageFilter so that it can support attaching to PluginProcessHost. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/loader/resource_dispatcher_host_impl.h
===================================================================
--- content/browser/loader/resource_dispatcher_host_impl.h (revision 222038)
+++ content/browser/loader/resource_dispatcher_host_impl.h (working copy)
@@ -162,13 +162,6 @@
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);
« no previous file with comments | « content/browser/loader/async_resource_handler.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698