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

Unified Diff: content/shell/browser/shell_content_browser_client.cc

Issue 2390013002: Rename mojo: to service: (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
Index: content/shell/browser/shell_content_browser_client.cc
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
index 2471e510657ec5ea88efd1c2bf8da26eedbf8c73..1381929f9ce37bf914b005e01e734ae0f467e153 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -192,7 +192,7 @@ void ShellContentBrowserClient::RegisterInProcessMojoApplications(
#if (ENABLE_MOJO_MEDIA_IN_BROWSER_PROCESS)
content::MojoApplicationInfo app_info;
app_info.application_factory = base::Bind(&media::CreateMojoMediaApplication);
- apps->insert(std::make_pair("mojo:media", app_info));
+ apps->insert(std::make_pair("service:media", app_info));
#endif
}
« no previous file with comments | « content/shell/browser/content_shell_utility_manifest_overlay.json ('k') | content/utility/utility_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698