Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f661e898abf90ddd10a592eb3c5761397e58372d..fe6f1501782be77127632e7a04687992a3610f26 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -36,6 +36,9 @@ const char kArcDataRemoveRequested[] = "arc.data.remove_requested"; |
// utility methods (IsArcPlayStoreEnabledForProfile() and |
// SetArcPlayStoreEnabledForProfile()) in chrome/browser/chromeos/arc/arc_util. |
const char kArcEnabled[] = "arc.enabled"; |
+// A preference that indicated whether Android reported it's compliance status |
Nikita (slow)
2017/04/12 15:06:20
nit: Should make a note that this one is used only
Sergey Poromov
2017/04/13 11:11:09
Done.
|
+// with provided policies. Only after reporting Android kiosk app will start. |
+const char kArcPolicyComplianceReported[] = "arc.policy_compliance_reported"; |
// A preference that indicates that user accepted PlayStore terms. |
const char kArcTermsAccepted[] = "arc.terms.accepted"; |
// A preference to keep user's consent to use location service. |