| Index: ui/views/mus/window_manager_connection.h
|
| diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
|
| index 1554b916ad0156dfec556fe9096b627c1c5bf975..ff8eeaf4cb7637e3d695d3310dcf2f50431062d5 100644
|
| --- a/ui/views/mus/window_manager_connection.h
|
| +++ b/ui/views/mus/window_manager_connection.h
|
| @@ -40,6 +40,9 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
|
| static void Create(mojo::Shell* shell);
|
| static WindowManagerConnection* Get();
|
|
|
| + // Destroys the singleton instance.
|
| + static void Reset();
|
| +
|
| mojo::Shell* shell() { return shell_; }
|
|
|
| mus::Window* NewWindow(const std::map<std::string,
|
|
|