Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4671)

Unified Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

Issue 2920253003: kiosk: Tighten cert manager UI (Closed)
Patch Set: rebase, base test is removed :( Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d8e48b5a2c53b976940194ae22b2e1074e416597..ea325e21b9fba9523cdde45f934b8f2f2f8a7c66 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -376,16 +376,16 @@ message DeviceLocalAccountsProto {
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.
+ // does not have access to the Internet. If the policy is set to true, the
+ // network configuration will be offered. Otherwise (policy is omitted or set
+ // to false), only an error message is displayed.
+ // Note: If enable_auto_login_bailout policy above is set to false and this
+ // policy is omitted or 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.
// If the device is offline at startup then the network configuration screen
// is always shown, before auto-login kicks in.
- optional bool prompt_for_network_when_offline = 5 [default = true];
+ optional bool prompt_for_network_when_offline = 5 [default = false];
}
message AllowRedeemChromeOsRegistrationOffersProto {
« no previous file with comments | « chrome/browser/chromeos/login/app_launch_controller.cc ('k') | chrome/browser/resources/options/certificate_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698