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 28ca05b76b47500a9f9207341ac5d476e9a4acd3..231bd2edb06b2a4a1c8bdfd5f3cfebead1734862 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -117,7 +117,6 @@ class RenderFrameHost; |
class RenderProcessHost; |
class RenderViewHost; |
class ResourceContext; |
-class ServiceRegistry; |
class SiteInstance; |
class SpeechRecognitionManagerDelegate; |
class TracingDelegate; |
@@ -660,8 +659,8 @@ class CONTENT_EXPORT ContentBrowserClient { |
// Allows to register browser Mojo interfaces exposed through the |
// RenderProcessHost. |
- virtual void RegisterRenderProcessMojoServices( |
- ServiceRegistry* registry, |
+ virtual void ExposeInterfacesToRenderer( |
+ shell::InterfaceRegistry* registry, |
RenderProcessHost* render_process_host) {} |
// Allows to register browser Mojo interfaces exposed through the |