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