| Index: content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| index a3c134f45d6f1ec0d1f278cd8f5293cc1107be49..c7025f0baf1b7881dc46d9171a3ec908f800d7c3 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| @@ -28,6 +28,7 @@
|
| #include "content/browser/renderer_host/resource_loader_delegate.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/child_process_data.h"
|
| +#include "content/public/browser/download_id.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "ipc/ipc_message.h"
|
| @@ -80,6 +81,9 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| int route_id,
|
| bool prefer_cache,
|
| scoped_ptr<DownloadSaveInfo> save_info,
|
| + const std::string& last_modified,
|
| + const std::string& etag,
|
| + content::DownloadId download_id,
|
| const DownloadStartedCallback& started_callback) OVERRIDE;
|
| virtual void ClearLoginDelegateForRequest(net::URLRequest* request) OVERRIDE;
|
| virtual void BlockRequestsForRoute(int child_id, int route_id) OVERRIDE;
|
|
|