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

Unified Diff: content/browser/frame_host/render_frame_host_impl.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/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 183c3e5d95b54a5f1bb6f45555fd12cad0da4ee2..b2e398fece22b74253a98f124d3241024dc2cd62 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -789,9 +789,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
// mojom::FrameHost
void CreateNewWindow(mojom::CreateNewWindowParamsPtr params,
- const CreateNewWindowCallback& callback) override;
+ CreateNewWindowCallback callback) override;
- void RunCreateWindowCompleteCallback(const CreateNewWindowCallback& callback,
+ void RunCreateWindowCompleteCallback(CreateNewWindowCallback callback,
mojom::CreateNewWindowReplyPtr reply,
int render_view_route_id,
int main_frame_route_id,

Powered by Google App Engine
This is Rietveld 408576698