Index: mash/session/session.cc |
diff --git a/mash/session/session.cc b/mash/session/session.cc |
index 8b137576a2d7d469645e871f51779d13ae881e3e..ff3753606d5111d3037afc00f6b15ad4721faeda 100644 |
--- a/mash/session/session.cc |
+++ b/mash/session/session.cc |
@@ -30,8 +30,9 @@ Session::~Session() {} |
void Session::OnStart(const shell::Identity& identity) { |
StartAppDriver(); |
StartWindowManager(); |
- StartSystemUI(); |
StartQuickLaunch(); |
+ // Launch a chrome window for dev convience; don't do this in the long term. |
+ connector()->Connect("exe:chrome"); |
} |
bool Session::OnConnect(const shell::Identity& remote_identity, |
@@ -95,12 +96,6 @@ void Session::StartWindowManager() { |
base::Unretained(this))); |
} |
-void Session::StartSystemUI() { |
- StartRestartableService("mojo:ash_sysui", |
- base::Bind(&Session::StartSystemUI, |
- base::Unretained(this))); |
-} |
- |
void Session::StartAppDriver() { |
StartRestartableService( |
"mojo:app_driver", |