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

Unified Diff: mash/session/session.cc

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase 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 | « mash/app_driver/app_driver.cc ('k') | services/catalog/catalog.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 ae28ff0c14f9d3ffe3308e7b0710394c76acf19c..adf69c7dc0002626f70c103620c7279b8701fc42 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -32,7 +32,7 @@ void Session::OnStart(const shell::Identity& identity) {
StartWindowManager();
StartQuickLaunch();
// Launch a chrome window for dev convience; don't do this in the long term.
- connector()->Connect("exe:chrome");
+ connector()->Connect("service:content_browser");
}
bool Session::OnConnect(const shell::Identity& remote_identity,
« no previous file with comments | « mash/app_driver/app_driver.cc ('k') | services/catalog/catalog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698