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

Unified Diff: ui/aura/root_window_observer.h

Issue 8926004: Revert 114095 - Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/test/test_activation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_observer.h
===================================================================
--- ui/aura/root_window_observer.h (revision 114098)
+++ ui/aura/root_window_observer.h (working copy)
@@ -24,8 +24,9 @@
// Invoked when a new window is initialized.
virtual void OnWindowInitialized(Window* window) {}
- // Invoked when a window is focused.
- virtual void OnWindowFocused(Window* window) {}
+ // Invoked when the active window is changed. |active| may be NULL if there is
+ // not active window.
+ virtual void OnActiveWindowChanged(Window* active) {}
protected:
virtual ~RootWindowObserver() {}
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/test/test_activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698