| Index: chrome/browser/policy/proto/chrome_device_policy.proto
|
| diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
|
| index e0ea4faa571678bfb684af9480b077a08cc1b1b9..969e97379df0c6d9d605e91880d9e7dbce946916 100644
|
| --- a/chrome/browser/policy/proto/chrome_device_policy.proto
|
| +++ b/chrome/browser/policy/proto/chrome_device_policy.proto
|
| @@ -10,7 +10,7 @@ package enterprise_management;
|
|
|
| message DevicePolicyRefreshRateProto {
|
| // In milliseconds.
|
| - optional int64 policy_refresh_rate = 1;
|
| + optional int64 device_policy_refresh_rate = 1;
|
| }
|
|
|
| message UserWhitelistProto {
|
| @@ -72,7 +72,7 @@ message CameraEnabledProto {
|
| }
|
|
|
| message ChromeDeviceSettingsProto {
|
| - optional DevicePolicyRefreshRateProto policy_refresh_rate = 1;
|
| + optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
|
| optional UserWhitelistProto user_whitelist = 2;
|
| optional GuestModeEnabledProto guest_mode_enabled = 3;
|
| optional DeviceProxySettingsProto device_proxy_settings = 4;
|
|
|