| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f661e898abf90ddd10a592eb3c5761397e58372d..c850042c7d8bf5e8e14229d17f13367adc15ae25 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
|
| +// with provided policies. This is used only as a signal to start Android kiosk.
|
| +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.
|
|
|