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

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

Issue 2099063002: Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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..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
« 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