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

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
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 90996ba076a4ec8560ee61e72137ced471f59d94..e9b89af7d2d711932639897be48c3482cd225eb4 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -66,7 +66,6 @@ class CdmFactory;
namespace service_manager {
class BinderRegistry;
-class InterfaceRegistry;
class Service;
struct ServiceInfo;
}
@@ -670,7 +669,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

Powered by Google App Engine
This is Rietveld 408576698