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 508391952ea7f284626e99ba9e4b70f10f698c32..8cd1094111834ef67436843992e7dbe3bc724a4f 100644 |
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
@@ -655,6 +655,12 @@ message AllowKioskAppControlChromeVersionProto { |
optional bool allow_kiosk_app_control_chrome_version = 1 [default = false]; |
} |
+// Settings that control whether a device can download hardware configuration |
+// files from the Quirks Server. |
+message DeviceQuirksDownloadEnabledProto { |
+ optional bool quirks_download_enabled = 1 [default = true]; |
+} |
+ |
message ChromeDeviceSettingsProto { |
optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1; |
optional UserWhitelistProto user_whitelist = 2; |
@@ -701,4 +707,5 @@ message ChromeDeviceSettingsProto { |
optional DisplayRotationDefaultProto display_rotation_default = 39; |
optional AllowKioskAppControlChromeVersionProto |
allow_kiosk_app_control_chrome_version = 40; |
+ optional DeviceQuirksDownloadEnabledProto quirks_download_enabled = 41; |
} |