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

Unified Diff: content/browser/frame_host/render_frame_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/frame_host/render_frame_message_filter.h
diff --git a/content/browser/frame_host/render_frame_message_filter.h b/content/browser/frame_host/render_frame_message_filter.h
index 05500b42668bfb644f4756dea2c6a24b0a1f70e7..3f49cc40b6d9749c7e54478362c7f92e7845c516 100644
--- a/content/browser/frame_host/render_frame_message_filter.h
+++ b/content/browser/frame_host/render_frame_message_filter.h
@@ -96,7 +96,7 @@ class CONTENT_EXPORT RenderFrameMessageFilter
void CheckPolicyForCookies(int render_frame_id,
const GURL& url,
const GURL& first_party_for_cookies,
- const GetCookiesCallback& callback,
+ GetCookiesCallback callback,
const net::CookieList& cookie_list);
void OnDownloadUrl(const FrameHostMsg_DownloadUrl_Params& params);
@@ -120,8 +120,7 @@ class CONTENT_EXPORT RenderFrameMessageFilter
void GetCookies(int render_frame_id,
const GURL& url,
const GURL& first_party_for_cookies,
- const GetCookiesCallback& callback) override;
-
+ GetCookiesCallback callback) override;
#if BUILDFLAG(ENABLE_PLUGINS)
void OnGetPlugins(bool refresh,
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698