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

Unified Diff: athena/content/app_activity_proxy.h

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 | « no previous file | athena/content/app_activity_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_activity_proxy.h
diff --git a/athena/content/app_activity_proxy.h b/athena/content/app_activity_proxy.h
index a8193cc9c100718edd5082014e49436dd499d16f..6586837bf105473300f8676d103f34c8d62d4956 100644
--- a/athena/content/app_activity_proxy.h
+++ b/athena/content/app_activity_proxy.h
@@ -29,10 +29,7 @@ class AppActivityProxy : public Activity,
AppActivityProxy(AppActivity* replaced_activity,
AppActivityRegistry* creator);
- protected:
- ~AppActivityProxy() override;
-
- // Activity overrides:
+ // Activity overrides:
ActivityViewModel* GetActivityViewModel() override;
void SetCurrentState(ActivityState state) override;
ActivityState GetCurrentState() override;
@@ -53,6 +50,9 @@ class AppActivityProxy : public Activity,
void PrepareContentsForOverview() override;
void ResetContentsView() override;
+ protected:
+ ~AppActivityProxy() override;
+
private:
// The creator of this object which needs to be informed if the object gets
// destroyed or the application should get restarted.
« no previous file with comments | « no previous file | athena/content/app_activity_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698