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

Unified Diff: chrome/browser/resources/options/options.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: Use setCustomValidity in managed_user_set_passphrase.js. 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/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index d0dc1842c8562759af7edef3c2d18ae3bb894095..a6c348419a28981c06cdfb5bf09759eb8a0201d0 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -21,6 +21,7 @@
<link rel="stylesheet" href="content_settings.css">
<link rel="stylesheet" href="cookies_view.css">
<link rel="stylesheet" href="do_not_track_confirm_overlay.css">
+<link rel="stylesheet" href="managed_user_set_passphrase.css">
<link rel="stylesheet" href="managed_user_settings.css">
<link rel="stylesheet" href="font_settings.css">
<link rel="stylesheet" href="handler_options.css">
@@ -129,6 +130,7 @@
<include src="cookies_view.html">
<include src="handler_options.html">
<include src="language_add_language_overlay.html">
+ <include src="managed_user_set_passphrase.html">
<if expr="not is_macosx">
<include src="language_dictionary_overlay.html">
</if>

Powered by Google App Engine
This is Rietveld 408576698