Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 2390983003: Implement Mojo SyncLoad (Closed)
Patch Set: unneeded |result| Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698