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 |