| Index: chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| diff --git a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| index a7fc4fc5622fc70b131723944499071736f3f297..3623b8f19912e11d9ada566260a0f7f08812d4a3 100644
|
| --- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| +++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| @@ -362,7 +362,7 @@ message AttestationSettingsProto {
|
| // this is enabled a machine key will be generated and certified by the Chrome
|
| // OS CA. If this setting is disabled, even users with attestation settings
|
| // enabled will not be able to use those features on the device.
|
| - optional bool attestation_enabled = 1;
|
| + optional bool attestation_enabled = 1 [default = false];
|
|
|
| // Chrome OS devices can use remote attestation (Verified Access) to get a
|
| // certificate issued by the Chrome OS CA that asserts the device is eligible
|
| @@ -370,7 +370,7 @@ message AttestationSettingsProto {
|
| // endorsement information to the Chrome OS CA which uniquely identifies the
|
| // device. This setting allows this feature to be disabled for the device
|
| // regardless of any user-specific settings.
|
| - optional bool content_protection_enabled = 2;
|
| + optional bool content_protection_enabled = 2 [default = true];
|
| }
|
|
|
| message AccessibilitySettingsProto {
|
|
|