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

Unified Diff: chrome/common/chrome_switches.cc

Issue 28713002: [Mac] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add timeout. Created 7 years, 2 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 122a693508f47584f6206d710d20e955787b1fcd..062b8d97ae2ccdfa8afa85acd09b854316b4a536 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -397,6 +397,11 @@ const char kDisableOmniboxAutoCompletionForIme[] =
const char kDisablePasswordAutofillPublicSuffixDomainMatching[] =
"disable-password-autofill-public-suffix-domain-matching";
+// Disable the setting to prompt the user for their OS account password before
+// revealing plaintext passwords in the password manager.
+const char kDisablePasswordManagerReauthentication[] =
+ "disable-password-manager-reauthentication";
+
// Disable pop-up blocking.
const char kDisablePopupBlocking[] = "disable-popup-blocking";
@@ -556,6 +561,11 @@ const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
const char kEnablePasswordAutofillPublicSuffixDomainMatching[] =
"enable-password-autofill-public-suffix-domain-matching";
+// Enable the setting to prompt the user for their OS account password before
+// revealing plaintext passwords in the password manager.
+const char kEnablePasswordManagerReauthentication[] =
+ "enable-password-manager-reauthentication";
+
// Enables the pre- and auto-login features. When a user signs in to sync, the
// browser's cookie jar is pre-filled with GAIA cookies. When the user visits a
// GAIA login page, an info bar can help the user login.
« chrome/browser/password_manager/password_manager_util.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698