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

Unified Diff: services/ui/ws/window_manager_window_tree_factory_set.h

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
Index: services/ui/ws/window_manager_window_tree_factory_set.h
diff --git a/services/ui/ws/window_manager_window_tree_factory_set.h b/services/ui/ws/window_manager_window_tree_factory_set.h
index a430d85ac044daf116f2544d42b4c58d42a7876a..044951a5b7a7e3794af70c72a598dd037c8ddc77 100644
--- a/services/ui/ws/window_manager_window_tree_factory_set.h
+++ b/services/ui/ws/window_manager_window_tree_factory_set.h
@@ -45,6 +45,7 @@ class WindowManagerWindowTreeFactorySet : public UserIdTrackerObserver {
// WindowTree associated with it.
WindowManagerWindowTreeFactory* Add(
const UserId& user_id,
+ const std::string& client_name,
mojo::InterfaceRequest<mojom::WindowManagerWindowTreeFactory> request);
// Returns the WindowManagerState for the specified user, or null if

Powered by Google App Engine
This is Rietveld 408576698