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

Unified Diff: mash/session/session.cc

Issue 2719983002: Mash Session: Do not launch a browser service at startup (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
Index: mash/session/session.cc
diff --git a/mash/session/session.cc b/mash/session/session.cc
index d00e7ecbb77679265859d0cba8bd30d236f69acb..f9da3f340fa12be2cd091e4c89a72ba73285f011 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -22,9 +22,6 @@ Session::~Session() {}
void Session::OnStart() {
StartWindowManager();
StartQuickLaunch();
-
- // Launch a chrome window for dev convience; don't do this in the long term.
sky 2017/02/28 04:17:57 I think it's still convenient to do this. In parti
fwang 2017/02/28 07:06:51 No particular reason, I just saw this message agai
- context()->connector()->Connect(content::mojom::kPackagedServicesServiceName);
}
void Session::StartWindowManager() {
« chrome/test/base/mash_browser_tests_main.cc ('K') | « chrome/test/base/mash_browser_tests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698