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

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: Rerebase. 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/password_manager/password_manager_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e997d818db1c288dc5b4543d1f669a32e69ac914..d1b8e05376e934273409271ade63e43370ed08e6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1256,6 +1256,13 @@ const Experiment kExperiments[] = {
autofill::switches::kDisablePasswordGeneration)
},
{
+ "enable-password-manager-reauthentication",
+ IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_NAME,
+ IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION,
+ kOsMac,
+ SINGLE_VALUE_TYPE(switches::kEnablePasswordManagerReauthentication)
+ },
+ {
"enable-people-search",
IDS_FLAGS_ENABLE_PEOPLE_SEARCH_NAME,
IDS_FLAGS_ENABLE_PEOPLE_SEARCH_DESCRIPTION,
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/password_manager/password_manager_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698