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

Unified Diff: content/browser/loader/sync_resource_handler.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/sync_resource_handler.h
===================================================================
--- content/browser/loader/sync_resource_handler.h (revision 222038)
+++ content/browser/loader/sync_resource_handler.h (working copy)
@@ -20,6 +20,7 @@
}
namespace content {
+class ResourceContext;
class ResourceDispatcherHostImpl;
class ResourceMessageFilter;
@@ -28,6 +29,7 @@
class SyncResourceHandler : public ResourceHandler {
public:
SyncResourceHandler(ResourceMessageFilter* filter,
+ ResourceContext* resource_context,
net::URLRequest* request,
IPC::Message* result_message,
ResourceDispatcherHostImpl* resource_dispatcher_host);
@@ -65,6 +67,7 @@
SyncLoadResult result_;
scoped_refptr<ResourceMessageFilter> filter_;
+ ResourceContext* resource_context_;
net::URLRequest* request_;
IPC::Message* result_message_;
ResourceDispatcherHostImpl* rdh_;
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | content/browser/loader/sync_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698