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

Unified Diff: ui/aura/window_observer.h

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: NON_EXPORTED_BASE_CLASS Created 4 years, 2 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 | « ui/aura/window_delegate.cc ('k') | ui/aura/window_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_observer.h
diff --git a/ui/aura/window_observer.h b/ui/aura/window_observer.h
index 9a271cf38630acbc0350d82d8195a4bd1c6a25fc..15292fc513a80f3adcbab1b6572895fd618805c3 100644
--- a/ui/aura/window_observer.h
+++ b/ui/aura/window_observer.h
@@ -126,6 +126,10 @@ class AURA_EXPORT WindowObserver {
// Called when the window title has changed.
virtual void OnWindowTitleChanged(Window* window) {}
+ // Called when the app embedded in |window| disconnects (is no longer
+ // embedded).
+ virtual void OnEmbeddedAppDisconnected(Window* window);
+
protected:
virtual ~WindowObserver();
« no previous file with comments | « ui/aura/window_delegate.cc ('k') | ui/aura/window_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698