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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ec224ae8ab8109b65cf27f7ff3aaad5804073212..022ce9919cd0be6682081187577e46498eb6dd77 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1261,6 +1261,15 @@ const Experiment kExperiments[] = {
autofill::switches::kDisablePasswordGeneration)
},
{
+ "enable-password-manager-reauthentication",
+ IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_NAME,
+ IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION,
+ kOsMac,
+ ENABLE_DISABLE_VALUE_TYPE(
Nico 2013/10/18 14:47:57 Isn't a SINGLE_VALUE_TYPE for the enable flag enou
Patrick Dubroy 2013/10/18 15:24:01 I've done this for features before with the intent
Patrick Dubroy 2013/10/21 12:53:32 Done.
+ switches::kEnablePasswordManagerReauthentication,
+ switches::kDisablePasswordManagerReauthentication)
+ },
+ {
"enable-people-search",
IDS_FLAGS_ENABLE_PEOPLE_SEARCH_NAME,
IDS_FLAGS_ENABLE_PEOPLE_SEARCH_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698