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

Unified Diff: chrome/browser/resources/options/chromeos/kiosk_apps.html

Issue 14306004: Put Kiosk App parameters into device settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 8 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/resources/options/chromeos/kiosk_apps.html
diff --git a/chrome/browser/resources/options/chromeos/kiosk_apps.html b/chrome/browser/resources/options/chromeos/kiosk_apps.html
index 65732f0d00f46df625413d8c797fbe118485f502..05e59ca61c12e82abb311fc40a02ed4dab6dc6b7 100644
--- a/chrome/browser/resources/options/chromeos/kiosk_apps.html
+++ b/chrome/browser/resources/options/chromeos/kiosk_apps.html
@@ -16,7 +16,8 @@
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="kiosk-disable-bailout-shortcut" type="checkbox"
- pref="cros.kiosk.disable_bailout_shortcut">
+ pref="cros.accounts.deviceLocalAccountAutoLoginBailoutEnabled"
+ inverted_pref>
<span>
<label for="kiosk-disable-bailout-shortcut"
i18n-content="kioskDiableBailoutShortcutLabel">

Powered by Google App Engine
This is Rietveld 408576698