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

Unified Diff: mash/session/session.cc

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 4 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 8b137576a2d7d469645e871f51779d13ae881e3e..ac17014df0a72ea309a7ca225cde2e8963494857 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -30,7 +30,6 @@ Session::~Session() {}
void Session::OnStart(const shell::Identity& identity) {
StartAppDriver();
StartWindowManager();
- StartSystemUI();
StartQuickLaunch();
}
@@ -95,12 +94,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",

Powered by Google App Engine
This is Rietveld 408576698