| 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..f05673e5cea92c5b2abc8aefa226f6908a618509 100644
|
| --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| @@ -273,6 +273,12 @@ message UptimeLimitProto {
|
| optional int64 uptime_limit = 1;
|
| }
|
|
|
| +message VariationsRestrictParameterProto {
|
| + // The string for the restrict parameter to be appended to the Variations URL
|
| + // when pinging the Variations server.
|
| + optional string parameter = 1;
|
| +}
|
| +
|
| message ChromeDeviceSettingsProto {
|
| optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
|
| optional UserWhitelistProto user_whitelist = 2;
|
| @@ -298,4 +304,5 @@ message ChromeDeviceSettingsProto {
|
| optional AllowRedeemChromeOsRegistrationOffersProto allow_redeem_offers = 22;
|
| optional StartUpFlagsProto start_up_flags = 23;
|
| optional UptimeLimitProto uptime_limit = 24;
|
| + optional VariationsRestrictParameter variations_restrict_parameter = 25;
|
| }
|
|
|