summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
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.h
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.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 322e718..6321c6a 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -47,6 +47,7 @@ extern const char kWebKitTextAreasAreResizable[];
extern const char kWebKitJavaEnabled[];
extern const char kWebkitTabsToLinks[];
extern const char kPasswordManagerEnabled[];
+extern const char kPasswordManagerAllowShowPasswords[];
extern const char kFormAutofillEnabled[]; // OBSOLETE
extern const char kSafeBrowsingEnabled[];
extern const char kSearchSuggestEnabled[];