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

Unified Diff: services/ui/ws/server_window_observer.h

Issue 2349003002: Makes WindowTree::DeleteWindow() unembed for roots (Closed)
Patch Set: comment Created 4 years, 3 months 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
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/window_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_observer.h
diff --git a/services/ui/ws/server_window_observer.h b/services/ui/ws/server_window_observer.h
index a173170a6db5fd6336c4fcc659cfaf586c4997b1..7ffae1f1c82540121402a20f951d9348168f1b56 100644
--- a/services/ui/ws/server_window_observer.h
+++ b/services/ui/ws/server_window_observer.h
@@ -78,6 +78,9 @@ class ServerWindowObserver {
const std::string& name,
const std::vector<uint8_t>* new_data) {}
+ // Called when the window is no longer an embed root.
+ virtual void OnWindowEmbeddedAppDisconnected(ServerWindow* window) {}
+
// Called when a transient child is added to |window|.
virtual void OnTransientWindowAdded(ServerWindow* window,
ServerWindow* transient_child) {}
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/window_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698