Chromium Code Reviews| Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| index b29121c67e6d2047801d43ad04b78151f279be77..52b3206200c2bc6e91e7bc4c1c2342e9e199f827 100644 |
| --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| @@ -273,6 +273,11 @@ message UptimeLimitProto { |
| optional int64 uptime_limit = 1; |
| } |
| +message AttestationSettingsProto { |
| + // Whether attestation features are enabled for the device. |
|
Mattias Nissler (ping if slow)
2013/04/10 17:31:03
Might want to elaborate a bit for people who have
dkrahn
2013/04/12 01:17:29
Done.
|
| + optional bool attestation_enabled = 1; |
| +} |
| + |
| message ChromeDeviceSettingsProto { |
| optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1; |
| optional UserWhitelistProto user_whitelist = 2; |
| @@ -298,4 +303,5 @@ message ChromeDeviceSettingsProto { |
| optional AllowRedeemChromeOsRegistrationOffersProto allow_redeem_offers = 22; |
| optional StartUpFlagsProto start_up_flags = 23; |
| optional UptimeLimitProto uptime_limit = 24; |
| + optional AttestationSettingsProto attestation_settings = 25; |
| } |