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

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

Issue 2920253003: kiosk: Tighten cert manager UI (Closed)
Patch Set: 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..b71ac11d276b74110f1b9e3d451245aaad4c2690 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -385,7 +385,7 @@ message DeviceLocalAccountsProto {
// 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 {

Powered by Google App Engine
This is Rietveld 408576698