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

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: Fixed unit test compilation error, updated comments Created 5 years, 5 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 52dbbcc3ea57e9c1b23f60fb4c3e35bf7527340e..19af72e7a63819dcd0358e7b9f006418717bf239 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1087,6 +1087,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,
vasilii 2015/07/23 15:15:13 Mac and Android too?
vabr (Chromium) 2015/07/24 08:24:28 This depends on enable-save-password-bubble, which
dvadym 2015/07/24 16:42:39 Thanks, sure now it's only Windows, Linux and Crom
+ 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