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

Unified Diff: ui/aura/root_window_observer.h

Issue 8894018: 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 114022)
+++ ui/aura/root_window_observer.h (working copy)
@@ -24,9 +24,8 @@
// Invoked when a new window is initialized.
virtual void OnWindowInitialized(Window* window) {}
- // Invoked when the active window is changed. |active| may be NULL if there is
- // not active window.
- virtual void OnActiveWindowChanged(Window* active) {}
+ // Invoked when a window is focused.
+ virtual void OnWindowFocused(Window* window) {}
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