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

Unified Diff: services/ui/service.cc

Issue 2306003002: Set name for WindowTree of WindowManager (Closed)
Patch Set: Set name for WindowTree of WindowManager Created 4 years, 3 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 | « no previous file | services/ui/ws/window_manager_window_tree_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index d5112ea643f34e7f2df13b8c142fee5cdfc7131b..2b0faa584a60ff8aad77aaed7ed0a206900b9ba0 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -317,7 +317,7 @@ void Service::Create(const shell::Identity& remote_identity,
mojom::WindowManagerWindowTreeFactoryRequest request) {
AddUserIfNecessary(remote_identity);
window_server_->window_manager_window_tree_factory_set()->Add(
- remote_identity.user_id(), std::move(request));
+ remote_identity.user_id(), remote_identity.name(), std::move(request));
sky 2016/09/02 14:20:39 Can you outline why are doing this change? The ide
}
void Service::Create(const shell::Identity& remote_identity,
« no previous file with comments | « no previous file | services/ui/ws/window_manager_window_tree_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698