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

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 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 434a024cae50d5be2d63da8a66fd3ff89b3b7986..e975820d2a046d67501efa088bd884c8d5f031f2 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -22,6 +22,9 @@ extern const char kHomePageChanged[];
extern const char kIsGooglePlusUser[];
extern const char kManagedModeWhitelist[];
extern const char kManagedModeBlacklist[];
+extern const char kManagedModeLocalPassphrase[];
+extern const char kManagedModeLocalSalt[];
+extern const char kManagedModeLocked[];
extern const char kSessionExitedCleanly[];
extern const char kSessionExitType[];
extern const char kRestoreOnStartup[];
@@ -702,6 +705,7 @@ extern const char kManagedNotificationsAllowedForUrls[];
extern const char kManagedNotificationsBlockedForUrls[];
extern const char kManagedAutoSelectCertificateForUrls[];
+
Pam (message me for reviews) 2013/01/28 13:53:27 extra blank line
Adrian Kuegel 2013/01/28 15:41:44 Removed.
extern const char kAudioCaptureAllowed[];
extern const char kVideoCaptureAllowed[];

Powered by Google App Engine
This is Rietveld 408576698