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

Unified Diff: content/child/resource_dispatcher.h

Issue 207603003: Extract RequestInfo struct from ResourceLoaderBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 9 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
« no previous file with comments | « content/child/request_info.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 4d8f7867797fd37bc0a1afac4a524cc04815a0e0..e4a2d4f6c61d418ea2f8122504e8cfc4cf9e0b64 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -19,11 +19,13 @@
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
#include "webkit/child/resource_loader_bridge.h"
+#include "webkit/common/resource_type.h"
struct ResourceMsg_RequestCompleteData;
namespace content {
class ResourceDispatcherDelegate;
+struct RequestInfo;
struct ResourceResponseHead;
struct SiteIsolationResponseMetaData;
@@ -42,7 +44,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
// this can be tested regardless of the ResourceLoaderBridge::Create
// implementation.
webkit_glue::ResourceLoaderBridge* CreateBridge(
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info);
+ const RequestInfo& request_info);
// Adds a request from the pending_requests_ list, returning the new
// requests' ID
« no previous file with comments | « content/child/request_info.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698