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

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

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: rebase Created 3 years, 8 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_message_filter.h
diff --git a/content/browser/loader/resource_message_filter.h b/content/browser/loader/resource_message_filter.h
index 89e1c46ca9faf439a2e19075b98ae7fa707224d5..4e4d580b276655236ca4831db0f1d65d2723f49f 100644
--- a/content/browser/loader/resource_message_filter.h
+++ b/content/browser/loader/resource_message_filter.h
@@ -79,7 +79,7 @@ class CONTENT_EXPORT ResourceMessageFilter
void SyncLoad(int32_t routing_id,
int32_t request_id,
const ResourceRequest& request,
- const SyncLoadCallback& callback) override;
+ SyncLoadCallback callback) override;
int child_id() const;
ResourceRequesterInfo* requester_info_for_test() {
« no previous file with comments | « content/browser/loader/navigation_url_loader_network_service.cc ('k') | content/browser/loader/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698