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

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: Add a check if the passphrase is set before closing the settings. 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/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index ebe691091ecab50b4eb6abc4e8d694a4c1c64ef7..5d6707e2a449820cffa6e8949fb7a1a7435f63a3 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -20,6 +20,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">
@@ -93,6 +94,7 @@
<include src="content_settings.html">
<include src="content_settings2.html">
<include src="do_not_track_confirm_overlay.html">
+ <include src="managed_user_set_passphrase.html">
<include src="managed_user_settings.html">
<include src="font_settings.html">
<include src="home_page_overlay.html">

Powered by Google App Engine
This is Rietveld 408576698