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

Unified Diff: ui/aura/window_observer.h

Issue 132013004: Moves transient window observer methods out of WindowObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and update gyp Created 6 years, 11 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
Index: ui/aura/window_observer.h
diff --git a/ui/aura/window_observer.h b/ui/aura/window_observer.h
index 9408ee831dddb83c66c675bca8e197b96ed9b4ef..bd909d879d7a7375ea786502bd5abcde43079159 100644
--- a/ui/aura/window_observer.h
+++ b/ui/aura/window_observer.h
@@ -103,12 +103,6 @@ class AURA_EXPORT WindowObserver {
// Called when a Window is about to be removed from a RootWindow.
virtual void OnWindowRemovingFromRootWindow(Window* window) {}
- // Called when a transient child is added to |window|.
- virtual void OnAddTransientChild(Window* window, Window* transient) {}
-
- // Called when a transient child is removed from |window|.
- virtual void OnRemoveTransientChild(Window* window, Window* transient) {}
-
protected:
virtual ~WindowObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698