Chromium Code Reviews| 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 ef0e4cfdb75b2ebb271cd242243baa67a511bfd2..4f20fcb963b0a7f1cb5c0b66bc8cbcb2bad5eb87 100644 |
| --- a/content/browser/loader/resource_dispatcher_host_impl.h |
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h |
| @@ -372,6 +372,16 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
| const ResourceHostMsg_Request& request_data, |
| IPC::Message* sync_result, // only valid for sync |
| int route_id); // only valid for async |
| + |
| + scoped_ptr<ResourceHandler> CreateResourceHandler( |
|
jam
2013/12/02 17:23:55
nit: add comment
tyoshino (SeeGerritForStatus)
2013/12/03 04:50:19
Done.
|
| + net::URLRequest* request, |
| + const ResourceHostMsg_Request& request_data, |
| + IPC::Message* sync_result, |
| + int route_id, |
| + int process_type, |
| + int child_id, |
| + ResourceContext* resource_context); |
| + |
| void OnDataDownloadedACK(int request_id); |
| void OnUploadProgressACK(int request_id); |
| void OnCancelRequest(int request_id); |