summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorakuegel@chromium.org <akuegel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 01:40:01 +0000
committerakuegel@chromium.org <akuegel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 01:40:01 +0000
commit70dfe8b7958f48631fa795b2500fe2b006421f9b (patch)
treec20f6fb04fa29cbc2bece7c7f9fac200eebe92d5 /chrome/common/pref_names.h
parenteb79297ee0b3cbd09e68746c2035318da7f156c7 (diff)
downloadchromium_src-70dfe8b7958f48631fa795b2500fe2b006421f9b.zip
chromium_src-70dfe8b7958f48631fa795b2500fe2b006421f9b.tar.gz
chromium_src-70dfe8b7958f48631fa795b2500fe2b006421f9b.tar.bz2
Add a set passphrase dialog which allows to set a passphrase for a managed user account. In a later changelist this will be used for authentication in order to change settings of the account.
This changelist is extracted from the changelist here: https://codereview.chromium.org/11783008/ in order to break it up. A screenshot of the set passphrase page is available here: https://docs.google.com/a/google.com/drawings/d/1qXtLoSN2C8Z_qrnNB8yHlJHG96NqL79ciMGaW3amWkw/edit?usp=sharing BUG=171370 TEST=browser_tests, unit_tests Review URL: https://chromiumcodereview.appspot.com/12208068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index d232835..4babefb 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -16,9 +16,12 @@ namespace prefs {
// Profile prefs. Please add Local State prefs below instead.
extern const char kDefaultApps[];
extern const char kDefaultAppsInstalled[];
+extern const char kDisableScreenshots[];
extern const char kHomePageIsNewTabPage[];
extern const char kHomePage[];
extern const char kHomePageChanged[];
+extern const char kManagedModeLocalPassphrase[];
+extern const char kManagedModeLocalSalt[];
extern const char kManagedModeManualHosts[];
extern const char kManagedModeManualURLs[];
extern const char kSessionExitedCleanly[];
@@ -26,7 +29,6 @@ extern const char kSessionExitType[];
extern const char kRestoreOnStartup[];
extern const char kURLsToRestoreOnStartup[];
extern const char kRestoreOnStartupMigrated[];
-extern const char kDisableScreenshots[];
// For OS_CHROMEOS we maintain kApplicationLocale property in both local state
// and user's profile. Global property determines locale of login screen,