| 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 006c5eed43ecf73138ebfab0b6ebe1c6b2ff8739..fd6b1ac916b049baeb7a75b3050172ec94943804 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -308,6 +308,12 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| mojom::URLLoaderClientPtr url_loader_client,
|
| ResourceMessageFilter* filter);
|
|
|
| + void OnSyncLoadWithMojo(int routing_id,
|
| + int request_id,
|
| + const ResourceRequest& request_data,
|
| + ResourceMessageFilter* filter,
|
| + const SyncLoadResultCallback& result_handler);
|
| +
|
| // Helper function for initializing the |request| passed in. By initializing
|
| // we mean setting the |referrer| on the |request|, associating the
|
| // ResourceRequestInfoImpl structure with the |request|, etc.
|
|
|