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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2844923002: Replace InterfaceRegistry on RenderFrameHostImpl with BinderRegistry (Closed)
Patch Set: . 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 92281418c31e75398293c37baaaa427a8e5056ec..e667f2afcbaa8ce0c63c767294c0870f0a86626d 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3158,8 +3158,8 @@ void ChromeContentBrowserClient::ExposeInterfacesToMediaService(
#endif // defined(ENABLE_MOJO_MEDIA)
}
-void ChromeContentBrowserClient::RegisterRenderFrameMojoInterfaces(
- service_manager::InterfaceRegistry* registry,
+void ChromeContentBrowserClient::ExposeInterfacesToFrame(
+ service_manager::BinderRegistry* registry,
content::RenderFrameHost* render_frame_host) {
if (base::FeatureList::IsEnabled(features::kWebUsb)
#if BUILDFLAG(ENABLE_EXTENSIONS)
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | chrome/browser/extensions/chrome_mojo_service_registration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698