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

Unified Diff: chrome/common/pref_names.h

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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 77fab577abe85c7f405b3be06af30db4821e221b..7ac3ab3b37cf8cead6c0d667fa87682878ee7969 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -697,6 +697,11 @@ extern const char kManagedNotificationsAllowedForUrls[];
extern const char kManagedNotificationsBlockedForUrls[];
extern const char kManagedAutoSelectCertificateForUrls[];
+// Used for the managed mode to calculate and store a hash of the password
Pam (message me for reviews) 2013/01/14 15:37:50 Up with the kManagedMode*List names
Adrian Kuegel 2013/01/19 01:21:32 Done.
+// of the custodian of a managed user.
+extern const char kManagedModeLocalPassphrase[];
+extern const char kManagedModeLocalSalt[];
+
extern const char kAudioCaptureAllowed[];
extern const char kVideoCaptureAllowed[];

Powered by Google App Engine
This is Rietveld 408576698