Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: ui/views/mus/desktop_window_tree_host_mus.h

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: tweak Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698