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

Unified Diff: chrome/browser/about_flags.cc

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed reviewer comments Created 5 years, 6 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 6639dd8c758968e87445f1b2083b825f27aa212d..7b1e850da3ad6dcec595cf7c2883bfcff4acc2d2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1017,6 +1017,12 @@ const Experiment kExperiments[] = {
IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION,
kOsMac | kOsWin,
SINGLE_VALUE_TYPE(switches::kDisablePasswordManagerReauthentication)},
+ {"enable-password-change-support",
+ IDS_FLAGS_ENABLE_PASSWORD_CHANGE_SUPPORT_NAME,
+ IDS_FLAGS_ENABLE_PASSWORD_CHANGE_SUPPORT_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(
+ password_manager::switches::kEnablePasswordChangeSupport)},
{"enable-password-force-saving",
IDS_FLAGS_ENABLE_PASSWORD_FORCE_SAVING_NAME,
IDS_FLAGS_ENABLE_PASSWORD_FORCE_SAVING_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698