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

Unified Diff: mash/session/session.cc

Issue 2511233002: Add the beginning of a simple window manager that we'll support on Windows. (Closed)
Patch Set: . Created 4 years 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/BUILD.gn ('k') | mash/simple_wm/BUILD.gn » ('j') | 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 f72a9a3595bcece98dadba266f7dfba77f244d6c..a28ac333e3f4f07f99002579331cb8961e3a11b5 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -8,6 +8,7 @@
#include "base/command_line.h"
#include "base/message_loop/message_loop.h"
#include "content/public/common/service_names.mojom.h"
+#include "mash/common/config.h"
#include "mash/login/public/interfaces/constants.mojom.h"
#include "mash/login/public/interfaces/login.mojom.h"
#include "mash/quick_launch/public/interfaces/constants.mojom.h"
@@ -99,7 +100,7 @@ void Session::Create(const service_manager::Identity& remote_identity,
void Session::StartWindowManager() {
StartRestartableService(
- "ash",
+ common::GetWindowManagerServiceName(),
base::Bind(&Session::StartWindowManager,
base::Unretained(this)));
}
« no previous file with comments | « mash/session/BUILD.gn ('k') | mash/simple_wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698