| Index: mash/wm/bridge/wm_globals_mus.h
|
| diff --git a/mash/wm/bridge/wm_globals_mus.h b/mash/wm/bridge/wm_globals_mus.h
|
| index afe121bd33d7a571f14d75e4266b36d8f52194fb..d99afaac6953783a85cdfe3fa6b2435548930524 100644
|
| --- a/mash/wm/bridge/wm_globals_mus.h
|
| +++ b/mash/wm/bridge/wm_globals_mus.h
|
| @@ -74,9 +74,12 @@ class WmGlobalsMus : public ash::wm::WmGlobals,
|
| // Returns true if |window| is a window that can have active children.
|
| static bool IsActivationParent(mus::Window* window);
|
|
|
| + void RemoveConnectionObserver();
|
| +
|
| // mus::WindowTreeConnectionObserver:
|
| void OnWindowTreeFocusChanged(mus::Window* gained_focus,
|
| mus::Window* lost_focus) override;
|
| + void OnWillDestroyConnection(mus::WindowTreeConnection* connection) override;
|
|
|
| mus::WindowTreeConnection* connection_;
|
|
|
|
|