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

Unified Diff: athena/content/app_activity_proxy.cc

Issue 659493007: Set AppActivityProxy window name for better Ctrl+Shift+Alt+W output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@activitystate
Patch Set: Created 6 years, 2 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/content/app_activity_proxy.h ('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_proxy.cc
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
index 80e9938a99fefd3de025228766733f48d415e96d..c2d0e34de0ef8335ceb5c3bee3150cc27c2fdeea 100644
--- a/athena/content/app_activity_proxy.cc
+++ b/athena/content/app_activity_proxy.cc
@@ -24,10 +24,6 @@ AppActivityProxy::AppActivityProxy(AppActivity* replaced_activity,
restart_called_(false) {
}
-AppActivityProxy::~AppActivityProxy() {
- app_activity_registry_->ProxyDestroyed(this);
-}
-
ActivityViewModel* AppActivityProxy::GetActivityViewModel() {
return this;
}
@@ -110,4 +106,8 @@ void AppActivityProxy::PrepareContentsForOverview() {
void AppActivityProxy::ResetContentsView() {
}
+AppActivityProxy::~AppActivityProxy() {
+ app_activity_registry_->ProxyDestroyed(this);
+}
+
} // namespace athena
« no previous file with comments | « athena/content/app_activity_proxy.h ('k') | athena/content/app_activity_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698