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

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: Aaaand another rebase 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
« no previous file with comments | « athena/test/test_resource_manager_delegate.cc ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
oshima 2014/09/03 22:12:30 FYI: WM should not have notion of activity. And th
};
} // namespace athena
« no previous file with comments | « athena/test/test_resource_manager_delegate.cc ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698