| Index: components/mus/ws/connection_manager.h
|
| diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
|
| index fc4b185e8c42926bd7bdc2424f055a7cf07ba46e..b4a10b47ba1d880956fc159207f946bf4b7faa07 100644
|
| --- a/components/mus/ws/connection_manager.h
|
| +++ b/components/mus/ws/connection_manager.h
|
| @@ -31,6 +31,7 @@
|
| namespace mus {
|
| namespace ws {
|
|
|
| +class AccessPolicy;
|
| class ConnectionManagerDelegate;
|
| class DisplayManager;
|
| class ServerWindow;
|
| @@ -71,7 +72,8 @@ class ConnectionManager : public ServerWindowDelegate,
|
| // |transport_window_id| is valid.
|
| WindowTree* EmbedAtWindow(ServerWindow* root,
|
| const UserId& user_id,
|
| - mojom::WindowTreeClientPtr client);
|
| + mojom::WindowTreeClientPtr client,
|
| + scoped_ptr<AccessPolicy> access_policy);
|
|
|
| // Adds |tree_impl_ptr| to the set of known trees. Use DestroyTree() to
|
| // destroy the tree.
|
|
|