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

Unified Diff: mash/session/session.cc

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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 | « mash/BUILD.gn ('k') | services/service_manager/public/cpp/interface_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/session.cc
diff --git a/mash/session/session.cc b/mash/session/session.cc
index 2fdb9c99682b81e6ef626c06ca99fa3dd3cd032c..d00e7ecbb77679265859d0cba8bd30d236f69acb 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -24,7 +24,7 @@ void Session::OnStart() {
StartQuickLaunch();
// Launch a chrome window for dev convience; don't do this in the long term.
- context()->connector()->Connect(content::mojom::kBrowserServiceName);
+ context()->connector()->Connect(content::mojom::kPackagedServicesServiceName);
}
void Session::StartWindowManager() {
« no previous file with comments | « mash/BUILD.gn ('k') | services/service_manager/public/cpp/interface_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698