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

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

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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 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
« no previous file with comments | « content/public/browser/browser_child_process_host_delegate.cc ('k') | content/public/browser/gpu_service_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698