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

Unified Diff: chrome/browser/chrome_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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 9b157ecbe9fb0d69fad4c7d0e73bdf6e5671063d..700f9c6b487b7ad193387f09b5cc2f7be87b63cf 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -277,16 +277,16 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
int sandbox_type) const override;
#endif
void ExposeInterfacesToRenderer(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::RenderProcessHost* render_process_host) override;
void ExposeInterfacesToMediaService(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::RenderFrameHost* render_frame_host) override;
void RegisterRenderFrameMojoInterfaces(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::RenderFrameHost* render_frame_host) override;
void ExposeInterfacesToGpuProcess(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::GpuProcessHost* render_process_host) override;
void RegisterInProcessServices(StaticServiceMap* services) override;
void RegisterOutOfProcessServices(
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698