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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.h

Issue 2739323004: arc: Reactivate OptIn flow on clicking Play Store. (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 1f23796bd658fec2b60fe15f2af47d4bd0373831..cfd26dbd189b0b9e2f651959e8d4a5f10b559f5c 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -216,6 +216,9 @@ class ArcSessionManager : public ArcSessionRunner::Observer,
// been started yet.
base::Time arc_start_time() const { return arc_start_time_; }
+ // Returns true if ARC requested to start.
+ bool enable_requested() const { return enable_requested_; }
+
// Injectors for testing.
void SetArcSessionRunnerForTesting(
std::unique_ptr<ArcSessionRunner> arc_session_runner);

Powered by Google App Engine
This is Rietveld 408576698