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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. 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
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 862e1ef861b12a91927afa1a13dd8a86e6a4a800..a2b3a0bdfaa0bcb1b12cafd15a86e89a1f2f5e9a 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -5,7 +5,6 @@
#include "chrome/app/mash/mash_runner.h"
#include "ash/mus/window_manager_application.h"
-#include "ash/sysui/sysui_application.h"
#include "ash/touch_hud/mus/touch_hud_application.h"
#include "base/at_exit.h"
#include "base/bind.h"
@@ -86,8 +85,6 @@ class DefaultService : public shell::Service,
// TODO(sky): move this into mash.
std::unique_ptr<shell::Service> CreateService(
const std::string& name) {
- if (name == "mojo:ash_sysui")
- return base::WrapUnique(new ash::sysui::SysUIApplication);
if (name == "mojo:ash")
return base::WrapUnique(new ash::mus::WindowManagerApplication);
if (name == "mojo:touch_hud")
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698