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

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

Issue 2541173002: arc: Make request to remove Android's data folder persistent. (Closed)
Patch Set: use states / rebased Created 4 years 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 8c1469759e7f71a4f35edc00c9c9fb1cfdbec9f3..3ebb0c499a9bba9745b42586f8a58233707f3d91 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -94,6 +94,7 @@ class ArcSessionManager : public ArcService,
STOPPED,
SHOWING_TERMS_OF_SERVICE,
CHECKING_ANDROID_MANAGEMENT,
+ DELETING_DATA_FOLDER,
hidehiko 2016/12/06 05:05:30 REMOVING_DATA_DIR or REMOVING_DATA_DIRECTORY for c
khmel 2016/12/06 18:16:13 Good catch.
ACTIVE,
};
@@ -216,6 +217,7 @@ class ArcSessionManager : public ArcService,
void PrepareContextForAuthCodeRequest();
void StartArcAndroidManagementCheck();
+ void MaybeReenableArc();
// Called when the Android management check is done in opt-in flow or
// re-auth flow.
@@ -236,7 +238,6 @@ class ArcSessionManager : public ArcService,
State state_ = State::NOT_INITIALIZED;
base::ObserverList<Observer> observer_list_;
std::unique_ptr<ArcAppLauncher> playstore_launcher_;
- bool clear_required_ = false;
bool reenable_arc_ = false;
base::OneShotTimer arc_sign_in_timer_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698