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

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

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « content/public/browser/browser_context.h ('k') | content/public/browser/gpu_service_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 af10e538bb3f2d0737b60524f9ca5b30d67fbe6e..970acb75270812320ffad220b8fc5d369204d039 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -64,7 +64,7 @@ namespace media {
class CdmFactory;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
class Service;
}
@@ -649,19 +649,19 @@ class CONTENT_EXPORT ContentBrowserClient {
// |registry| will by default be run immediately on the IO thread, unless a
// task runner is provided.
virtual void ExposeInterfacesToRenderer(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
RenderProcessHost* render_process_host) {}
// Called when RenderFrameHostImpl connects to the Media service. Expose
// interfaces to the service using |registry|.
virtual void ExposeInterfacesToMediaService(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
RenderFrameHost* render_frame_host) {}
// Allows to register browser Mojo interfaces exposed through the
// RenderFrameHost.
virtual void RegisterRenderFrameMojoInterfaces(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
RenderFrameHost* render_frame_host) {}
// Allows to register browser Mojo interfaces exposed through the
@@ -669,7 +669,7 @@ class CONTENT_EXPORT ContentBrowserClient {
// callbacks added to |registry| will by default be run immediately on the IO
// thread, unless a task runner is provided.
virtual void ExposeInterfacesToGpuProcess(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
GpuProcessHost* render_process_host) {}
using StaticServiceMap = std::map<std::string, ServiceInfo>;
« no previous file with comments | « content/public/browser/browser_context.h ('k') | content/public/browser/gpu_service_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698