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

Unified Diff: content/public/browser/content_browser_client.h

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
« no previous file with comments | « content/common/service_manager/child_connection.cc ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 080a98d6fb1fc04a1ec478412511a7600cdaab88..a54606c9f6acdc91457d95da2459afb554c383a3 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -672,8 +672,8 @@ class CONTENT_EXPORT ContentBrowserClient {
// Allows to register browser Mojo interfaces exposed through the
// RenderFrameHost.
- virtual void RegisterRenderFrameMojoInterfaces(
- service_manager::InterfaceRegistry* registry,
+ virtual void ExposeInterfacesToFrame(
+ service_manager::BinderRegistry* registry,
RenderFrameHost* render_frame_host) {}
// (Currently called only from GPUProcessHost, move somewhere more central).
« no previous file with comments | « content/common/service_manager/child_connection.cc ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698