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

Unified Diff: mash/login/login.cc

Issue 2037033004: Renames mojo:desktop_wm to mojo:ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/mash_runner.cc ('k') | mash/session/session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/login.cc
diff --git a/mash/login/login.cc b/mash/login/login.cc
index d41092825d5b261ce826f64ed5bea5cc92e0496e..f10c45a377abe542795ea1718211ef5a82854f64 100644
--- a/mash/login/login.cc
+++ b/mash/login/login.cc
@@ -115,7 +115,7 @@ class UI : public views::WidgetDelegateView,
void ButtonPressed(views::Button* sender, const ui::Event& event) override;
void StartWindowManager() {
- window_manager_connection_ = connector_->Connect("mojo:desktop_wm");
+ window_manager_connection_ = connector_->Connect("mojo:ash");
window_manager_connection_->SetConnectionLostClosure(
base::Bind(&UI::StartWindowManager, base::Unretained(this)));
}
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | mash/session/session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698