| 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.
|
|
|