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

Unified Diff: athena/activity/public/activity_manager_observer.h

Issue 694353004: athena: Expose the list of activities from the ActivityManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/activity/public/activity_manager.h ('k') | athena/resource_manager/resource_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/public/activity_manager_observer.h
diff --git a/athena/activity/public/activity_manager_observer.h b/athena/activity/public/activity_manager_observer.h
index 0c1a51cdf61c91eb5b0ab50e4f12a3dfd7f3c884..9b478744889947125fdbb6f989d3f02378d9c870 100644
--- a/athena/activity/public/activity_manager_observer.h
+++ b/athena/activity/public/activity_manager_observer.h
@@ -20,6 +20,9 @@ class ATHENA_EXPORT ActivityManagerObserver {
// Called before an |activity| gets destroyed.
virtual void OnActivityEnding(Activity* activity) = 0;
+
+ // Called when the order of the activities in the list has changed.
+ virtual void OnActivityOrderChanged() = 0;
};
} // namespace athena
« no previous file with comments | « athena/activity/public/activity_manager.h ('k') | athena/resource_manager/resource_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698