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

Unified Diff: content/public/browser/render_frame_host.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/public/browser/content_browser_client.h ('k') | content/renderer/render_thread_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index fee89ccb9af5fd8827dbf3c5c97fcea784213afa..72cbc18bbafaea6d07ae5e29f5e9c42fc69c5d0a 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -29,7 +29,7 @@ class Value;
}
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
class InterfaceProvider;
}
@@ -178,9 +178,9 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
// RenderViewHost for this frame.
virtual RenderViewHost* GetRenderViewHost() = 0;
- // Returns the InterfaceRegistry that this process uses to expose interfaces
+ // Returns the BinderRegistry that this process uses to expose interfaces
// to the application running in this frame.
- virtual service_manager::InterfaceRegistry* GetInterfaceRegistry() = 0;
+ virtual service_manager::BinderRegistry* GetInterfaceRegistry() = 0;
// Returns the InterfaceProvider that this process can use to bind
// interfaces exposed to it by the application running in this frame.
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/renderer/render_thread_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698