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

Unified Diff: athena/wm/public/window_manager_observer.h

Issue 513523002: Adding Baseframework of the ResourceManager (all hooks and observers) are being put in place with a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self nits Created 6 years, 4 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: athena/wm/public/window_manager_observer.h
diff --git a/athena/wm/public/window_manager_observer.h b/athena/wm/public/window_manager_observer.h
index 216b58ceeee3e39287b67c2aa25177e96bc9e088..49ef7536c50aa3bc487ff77fcbd4b762debb1e1d 100644
--- a/athena/wm/public/window_manager_observer.h
+++ b/athena/wm/public/window_manager_observer.h
@@ -18,6 +18,9 @@ class ATHENA_EXPORT WindowManagerObserver {
// Called immediately after going out of the overview mode.
virtual void OnOverviewModeExit() = 0;
+
+ // Called after the activity order has changed.
+ virtual void OnActivityOrderHasChanged() = 0;
Jun Mukai 2014/08/27 01:21:19 Should we use wm::ActivationChangeObserver instead
Mr4D (OOO till 08-26) 2014/08/27 16:12:14 Any re-ordering is of interest since "older" activ
Jun Mukai 2014/08/27 16:57:48 I see. Makes sense.
};
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698