| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index c49bfe9a4c3b6431a9fe5a5ae1210af8e5608e0f..8d18cd331da03e2f4c1538052b190e13c66a5bc1 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -53,6 +53,7 @@
|
| #include "content/browser/streams/stream_registry.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/common/appcache_interfaces.h"
|
| +#include "content/common/navigation_params.h"
|
| #include "content/common/resource_messages.h"
|
| #include "content/common/ssl_status_serialization.h"
|
| #include "content/common/view_messages.h"
|
| @@ -1662,6 +1663,7 @@ void ResourceDispatcherHostImpl::FinishedWithResourcesForRequest(
|
| }
|
|
|
| void ResourceDispatcherHostImpl::StartNavigationRequest(
|
| + const CommonNavigationParams& params,
|
| const NavigationRequestInfo& info,
|
| scoped_refptr<ResourceRequestBody> request_body,
|
| int64 navigation_request_id,
|
|
|