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 911866b540a930489d4a4ba9d8891681111b728c..b841f1ff576108f41412b7acd5c0c594cbdbe799 100644 |
--- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
+++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
@@ -313,9 +313,19 @@ message DeviceLocalAccountsProto { |
// Whether the keyboard shortcut to prevent zero-delay auto-login should be |
// enabled or not. If this keyboard shortcut is engaged, the auto-login will |
- // be delayed by 3 minutes so administrators can log in or make configuration |
+ // be delayed by 3 seconds so administrators can log in or make configuration |
// changes. |
optional bool enable_auto_login_bailout = 4 [default = true]; |
+ |
+ // Whether network configuration should be offered or not when the device |
+ // does not have access to the Internet. If the policy is omitted or set to |
+ // true, the network configuration will be offered. Otherwise, only an error |
+ // message is displayed. |
+ // Note: If both this policy and enable_auto_login_bailout policy above is |
+ // set to false, there are chances that the device might become totally |
+ // unusable when there is no Internet access and has to go through the |
+ // recovery process. |
+ optional bool prompt_for_network_when_offline = 5 [default = true]; |
} |
message AllowRedeemChromeOsRegistrationOffersProto { |