| 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 9e78633ca775cc99103b0c4c7db32668e8f6897b..cc829ac5a00b050ad35341f5125094e340ad4c4c 100644
|
| --- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| +++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
|
| @@ -214,6 +214,10 @@ message AutoUpdateSettingsProto {
|
| // the future and the policy will always apply, regardless of whether a
|
| // session of any particular type is in progress or not.
|
| optional bool reboot_after_update = 8;
|
| +
|
| + // True if AU payloads may be shared with and consumed from other devices
|
| + // on the LAN, using p2p. False otherwise.
|
| + optional bool p2p_enabled = 9 [default = false];
|
| }
|
|
|
| message StartUpUrlsProto {
|
|
|