summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-07 13:58:47 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-07 13:58:47 +0000
commit526fc024687de776e518fa18c86017ab8cecfdd9 (patch)
treeb737c4af43d71ad72da522078cf6469c2c5d65d5 /chrome/common/pref_names.cc
parentc5c6c8c9a905f7c6d4086c1f22ff7037a69c3155 (diff)
downloadchromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.zip
chromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.tar.gz
chromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.tar.bz2
Add policy to control 'show password' facility in the password manager.
BUG=49609 TEST=Manual Review URL: http://codereview.chromium.org/3299010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index c62378a..2cd8b84 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -98,6 +98,11 @@ const char kShowBookmarkBar[] = "bookmark_bar.show_on_all_tabs";
// passwords and fill in known passwords).
const char kPasswordManagerEnabled[] = "profile.password_manager_enabled";
+// Boolean controlling whether the password manager allows to retrieve passwords
+// in clear text.
+const char kPasswordManagerAllowShowPasswords[] =
+ "profile.password_manager_allow_show_passwords";
+
// OBSOLETE. Boolean that is true if the form AutoFill is on (will record
// values entered in text inputs in forms and shows them in a popup when user
// type in a text input with the same name later on). This has been superseded