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

Unified Diff: athena/test/base/activity_lifetime_tracker.cc

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/test/base/activity_lifetime_tracker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/activity_lifetime_tracker.cc
diff --git a/athena/test/base/activity_lifetime_tracker.cc b/athena/test/base/activity_lifetime_tracker.cc
index e5aeea5f99a574809d1bf04d142f77564ea9be4f..ea62e4b9a2a0c59a5768a723edb20ea29d90e394 100644
--- a/athena/test/base/activity_lifetime_tracker.cc
+++ b/athena/test/base/activity_lifetime_tracker.cc
@@ -25,6 +25,9 @@ void ActivityLifetimeTracker::OnActivityEnding(Activity* activity) {
deleted_activity_ = activity;
}
+void ActivityLifetimeTracker::OnActivityOrderChanged() {
+}
+
Activity* ActivityLifetimeTracker::GetNewActivityAndReset() {
Activity* activity = new_activity_;
new_activity_ = nullptr;
« no previous file with comments | « athena/test/base/activity_lifetime_tracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698