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

Unified Diff: athena/main/web_activity.cc

Issue 310243003: Let ActivityManager delete the remaining activities on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 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
« athena/activity/activity_manager_impl.cc ('K') | « athena/athena.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/web_activity.cc
diff --git a/athena/main/web_activity.cc b/athena/main/web_activity.cc
index 196e7e7c6969b0e91fdc6b1a49ccbe1ea4549a51..8f147c9cc186a12f9accc289e929d5ef72129013 100644
--- a/athena/main/web_activity.cc
+++ b/athena/main/web_activity.cc
@@ -13,7 +13,6 @@ WebActivity::WebActivity(content::WebContents* contents)
}
WebActivity::~WebActivity() {
- athena::ActivityManager::Get()->RemoveActivity(this);
}
athena::ActivityViewModel* WebActivity::GetActivityViewModel() {
« athena/activity/activity_manager_impl.cc ('K') | « athena/athena.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698