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

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: Fix problem with some WebUI tests. Created 7 years, 10 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 fe58b93820bced116742221f0a3d1133c3770dd4..9905118c548fc330fca39319640447a0047703ed 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -80,6 +80,7 @@
</div>
<div class="action-area">
<div class="button-strip">
+ <button id="unlock-settings" i18n-content="unlockSettings">
<button id="managed-user-settings-cancel" type="submit"
i18n-content="cancel">
<button id="managed-user-settings-confirm" type="submit"

Powered by Google App Engine
This is Rietveld 408576698