| 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..1fb9c889719440941adeeb3ea441d2507138220d 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;
|
| @@ -658,10 +657,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual std::string GetShellUserIdForBrowserContext(
|
| BrowserContext* browser_context);
|
|
|
| - // Allows to register browser Mojo interfaces exposed through the
|
| - // RenderProcessHost.
|
| - virtual void RegisterRenderProcessMojoServices(
|
| - ServiceRegistry* registry,
|
| + // Allows the client to expose additional interfaces to renderer processes.
|
| + virtual void ExposeInterfacesToRenderer(
|
| + shell::InterfaceRegistry* registry,
|
| RenderProcessHost* render_process_host) {}
|
|
|
| // Allows to register browser Mojo interfaces exposed through the
|
|
|