| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index a7242ff35e9530a2c3c322f0542f5c90445bf794..8682f47ebb13582c7fedb040e17c26b59b286f39 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -34,6 +34,7 @@
|
| #include "content/public/browser/global_request_id.h"
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| +#include "content/public/common/request_context_type.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "ipc/ipc_message.h"
|
| #include "net/base/request_priority.h"
|
| @@ -490,6 +491,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| net::URLRequest* request,
|
| ResourceType resource_type,
|
| ResourceContext* resource_context,
|
| + RequestContextType fetch_request_context_type,
|
| AppCacheService* appcache_service,
|
| int child_id,
|
| int route_id,
|
|
|