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

Unified Diff: mandoline/app/core_services_initialization.cc

Issue 1133893003: Omnibox app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 | « no previous file | mandoline/services/core_services/BUILD.gn » ('j') | mandoline/services/core_services/BUILD.gn » ('J')
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 c1b0c5e9f55a50ac040124f346ab3751d09c62be..3470c41c11b4c8fe7d979aa04ed6eb34b169808c 100644
--- a/mandoline/app/core_services_initialization.cc
+++ b/mandoline/app/core_services_initialization.cc
@@ -17,6 +17,8 @@ void InitCoreServicesForContext(mojo::runner::Context* context) {
#if !defined(OS_ANDROID)
manager->RegisterApplicationPackageAlias(
GURL("mojo:network_service"), GURL("mojo:core_services"), "Network");
+ manager->RegisterApplicationPackageAlias(
+ GURL("mojo:omnibox"), GURL("mojo:core_services"), "Core");
#endif
manager->RegisterApplicationPackageAlias(
GURL("mojo:surfaces_service"), GURL("mojo:core_services"), "Surfaces");
« no previous file with comments | « no previous file | mandoline/services/core_services/BUILD.gn » ('j') | mandoline/services/core_services/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698