Chromium Code Reviews| Index: ui/views/mus/desktop_window_tree_host_mus.h |
| diff --git a/ui/views/mus/desktop_window_tree_host_mus.h b/ui/views/mus/desktop_window_tree_host_mus.h |
| index b988aeee1884761830bb0933c8d70d24d61504bc..626685db7ac712130fe3ab52a48dd489bad68b9e 100644 |
| --- a/ui/views/mus/desktop_window_tree_host_mus.h |
| +++ b/ui/views/mus/desktop_window_tree_host_mus.h |
| @@ -34,6 +34,8 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus |
| const std::map<std::string, std::vector<uint8_t>>* mus_properties); |
| ~DesktopWindowTreeHostMus() override; |
| + void ServerDestroyedWindow() { CloseNow(); } |
|
msw
2016/12/08 01:20:12
nit: move definition to cc file? Add a comment?
sky
2016/12/08 04:59:45
Added comment. As this function is nothing more th
|
| + |
| private: |
| bool IsDocked() const; |