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

Unified Diff: athena/content/app_activity_proxy.h

Issue 631333003: Adding application lifetime tests to athena, allowing to override focus request for applciations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed 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
Index: athena/content/app_activity_proxy.h
diff --git a/athena/content/app_activity_proxy.h b/athena/content/app_activity_proxy.h
index c6eaa793b6ef5c36a28433008fe18303b4ea9f85..6df8123e7a5a35fb64065afe05621b464f0ebd40 100644
--- a/athena/content/app_activity_proxy.h
+++ b/athena/content/app_activity_proxy.h
@@ -73,6 +73,9 @@ class AppActivityProxy : public Activity,
// The content proxy.
scoped_ptr<ContentProxy> content_proxy_;
+ // True if restart got already called.
+ bool restart_called_;
+
DISALLOW_COPY_AND_ASSIGN(AppActivityProxy);
};

Powered by Google App Engine
This is Rietveld 408576698