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

Unified Diff: mash/session/session.cc

Issue 2428173002: mash: Remove app_driver. (Closed)
Patch Set: Rebase to ToT 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/session/session.h ('k') | no next file » | 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 24b64cb246b61f2d81b01778a2abce9b9aa6ab64..fff0686ae3261d20e67669fecd63c5695fc36844 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -28,7 +28,6 @@ Session::Session() : screen_locked_(false) {}
Session::~Session() {}
void Session::OnStart(const service_manager::ServiceInfo& info) {
- StartAppDriver();
StartWindowManager();
StartQuickLaunch();
// Launch a chrome window for dev convience; don't do this in the long term.
@@ -96,12 +95,6 @@ void Session::StartWindowManager() {
base::Unretained(this)));
}
-void Session::StartAppDriver() {
- StartRestartableService(
- "service:app_driver",
- base::Bind(&Session::StartAppDriver, base::Unretained(this)));
-}
-
void Session::StartQuickLaunch() {
StartRestartableService(
"service:quick_launch",
« no previous file with comments | « mash/session/session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698