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

Unified Diff: chrome/browser/resources/options/managed_user_settings.html

Issue 11783008: Add a lock to the managed user settings page and require authentication for unlocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add browser test for ManagedUserSetPassphraseOverlay Created 7 years, 11 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/managed_user_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index 279a9e8ef4cf9d04632a699e16a445eb7381f21a..e8f4e6aa1a7ae84ddb6598e5153c3ce09428509a 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -68,7 +68,8 @@
</div>
<div class="checkbox">
<label>
- <input id="use-passphrase-checkbox" type="checkbox">
+ <input id="use-passphrase-checkbox" type="checkbox"
+ pref="managed_mode.locked">
<span for="use-passphrase-checkbox"
i18n-content="usePassphrase"></span>
</label>

Powered by Google App Engine
This is Rietveld 408576698