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

Unified Diff: chrome/common/pref_names.cc

Issue 2541173002: arc: Make request to remove Android's data folder persistent. (Closed)
Patch Set: cleanup 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
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d4a75a4a9c1f5d7099287f350142e4b631f1bd45..2cc929a5cf1f91c359130fb6edc5c3918082341c 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -22,6 +22,8 @@ namespace prefs {
const char kArcApps[] = "arc.apps";
// A preference to store backup and restore state for Android apps.
const char kArcBackupRestoreEnabled[] = "arc.backup_restore.enabled";
+// A preference to indicate that Android data is invalid and must be cleared.
Luis Héctor Chávez 2016/11/30 23:30:14 nit: A preference to indicate that Android's /data
khmel 2016/11/30 23:50:34 Done.
+const char kArcDataInvalid[] = "arc.data.invalid";
Luis Héctor Chávez 2016/11/30 23:30:14 nit: "arc.data.remove_requested"
khmel 2016/11/30 23:50:34 Done. That is nicer, thanks!
// A preference to keep Android apps enabled state.
const char kArcEnabled[] = "arc.enabled";
// A preference that indicated whether Android reported that it's compliant
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698