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

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

Issue 2847743003: Eliminate InterfaceRegistry (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/browser/media/media_interface_proxy.cc ('k') | ios/web/BUILD.gn » ('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 0c5876417580e39040b6979c4725e6164456ab46..5313f43b751a40fd1d970ffa54e1fd52d8e5960a 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -67,7 +67,6 @@ class CdmFactory;
namespace service_manager {
class BinderRegistry;
-class InterfaceRegistry;
class Service;
struct ServiceInfo;
}
@@ -672,7 +671,7 @@ class CONTENT_EXPORT ContentBrowserClient {
// Called when RenderFrameHostImpl connects to the Media service. Expose
// interfaces to the service using |registry|.
virtual void ExposeInterfacesToMediaService(
- service_manager::InterfaceRegistry* registry,
+ service_manager::BinderRegistry* registry,
RenderFrameHost* render_frame_host) {}
// Allows to register browser Mojo interfaces exposed through the
« no previous file with comments | « content/browser/media/media_interface_proxy.cc ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698