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

Unified Diff: mandoline/app/core_services_initialization.cc

Issue 1345783002: Updates mojo:view_manager -> mojo:mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/web_view/frame_connection.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/core_services_initialization.cc
diff --git a/mandoline/app/core_services_initialization.cc b/mandoline/app/core_services_initialization.cc
index 39e36d901009ff30aa15cbb9ad3d4dc93d7e7fca..17ee8f0017904a6ae6aa71865029e3b6a057deeb 100644
--- a/mandoline/app/core_services_initialization.cc
+++ b/mandoline/app/core_services_initialization.cc
@@ -22,7 +22,7 @@ void InitCoreServicesForContext(mojo::runner::Context* context) {
#endif
#if !defined(OS_ANDROID)
// On Android, these are Java apps which are loaded in the shell process.
- manager->RegisterApplicationPackageAlias(GURL("mojo:view_manager"),
+ manager->RegisterApplicationPackageAlias(GURL("mojo:mus"),
GURL("mojo:core_services"),
"Surfaces");
manager->RegisterApplicationPackageAlias(
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698