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

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

Issue 79113002: kiosk: Network connectivity test during launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, add policy and only show network error screen once Created 7 years 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/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..9441d9030008a111efb494d85b787129da4ffb9d 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 to network configuration should be offered or not when the device
Mattias Nissler (ping if slow) 2013/12/04 10:15:07 remove stray "to"
xiyuan 2013/12/04 18:24:59 Done.
+ // 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 {

Powered by Google App Engine
This is Rietveld 408576698