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

Unified Diff: mash/package/mash_packaged_service.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/package/BUILD.gn ('k') | mash/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/package/mash_packaged_service.cc
diff --git a/mash/package/mash_packaged_service.cc b/mash/package/mash_packaged_service.cc
index a554ceba730f56ab441e1089395463180dceaf9b..b3cafe235415cf5a361fcf60a164fe0c29ac807a 100644
--- a/mash/package/mash_packaged_service.cc
+++ b/mash/package/mash_packaged_service.cc
@@ -7,7 +7,6 @@
#include "ash/autoclick/mus/autoclick_application.h"
#include "ash/mus/window_manager_application.h"
#include "ash/touch_hud/mus/touch_hud_application.h"
-#include "mash/app_driver/app_driver.h"
#include "mash/quick_launch/quick_launch.h"
#include "mash/session/session.h"
#include "mash/task_viewer/task_viewer.h"
@@ -78,8 +77,6 @@ std::unique_ptr<service_manager::Service> MashPackagedService::CreateService(
if (name == "service:font_service")
return base::WrapUnique(new font_service::FontServiceApp);
#endif
- if (name == "service:app_driver")
- return base::WrapUnique(new mash::app_driver::AppDriver);
return nullptr;
}
« no previous file with comments | « mash/package/BUILD.gn ('k') | mash/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698