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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (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/test/base/mash_browser_tests_main.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 5a3cfcc72aa126dfb522b77dc6d21b4518029f6f..27a0c53882483ed270e682ad763961352f12f4b3 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -151,8 +151,7 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
void ExposeInterfacesToRenderer(
::shell::InterfaceRegistry* registry,
content::RenderProcessHost* render_process_host) override;
- void RegisterInProcessMojoApplications(
- StaticMojoApplicationMap* apps) override;
+ void RegisterInProcessServices(StaticServiceMap* services) override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
const std::string& service_name) override;
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/test/base/mash_browser_tests_main.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698