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

Unified Diff: athena/content/app_activity_registry.h

Issue 707603002: athena: Use ActivityList where appropriate, and fix AppActivity tests. 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/content/app_activity.cc ('k') | athena/content/app_activity_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_activity_registry.h
diff --git a/athena/content/app_activity_registry.h b/athena/content/app_activity_registry.h
index 9bcf09f72efde0196d158026d6876a6f47b61de9..09a34ea7e4e0123f5f34ccc68578f58057cde2b2 100644
--- a/athena/content/app_activity_registry.h
+++ b/athena/content/app_activity_registry.h
@@ -75,10 +75,6 @@ class ATHENA_EXPORT AppActivityRegistry {
void RestartApplication(AppActivityProxy* proxy);
private:
- // Called if an unload of an application should take place asynchronously to
- // avoid object destruction within an observer handler.
- void DelayedUnload();
-
// Gets most recently used AppAcitivty that belongs to the same application.
AppActivity* GetMruActivity();
« no previous file with comments | « athena/content/app_activity.cc ('k') | athena/content/app_activity_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698