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

Unified Diff: services/ui/ws/window_server.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_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 542041bff223c4325a78f7ffdf7f7f66df23d4e6..0a6c6d25a52e7bd669fcfd1b96ba089e07560ba2 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -87,6 +87,7 @@ class WindowServer : public ServerWindowDelegate,
mojom::WindowTreePtr tree_ptr);
WindowTree* CreateTreeForWindowManager(
const UserId& user_id,
+ const std::string& client_name,
mojom::WindowTreeRequest window_tree_request,
mojom::WindowTreeClientPtr window_tree_client);
// Invoked when a WindowTree's connection encounters an error.

Powered by Google App Engine
This is Rietveld 408576698