commit | e8bdde616df4fd98f0c5d2a18db404a8e5defaae | [log] [tgz] |
---|---|---|
author | Milica Selakovic <[email protected]> | Wed Feb 19 11:48:36 2020 |
committer | Commit Bot <[email protected]> | Wed Feb 19 11:48:36 2020 |
tree | c5e41b450ddfc033b88b467b3f8ad248366b3857 | |
parent | d9f17ba2ecdb5eb74296915b58f233fb54920237 [diff] [blame] |
Add flag for password change button Bug: 1053522 Change-Id: Ie1c851e25d323f0252ec7503ecd02aba5c5daba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062268 Commit-Queue: Milica Selakovic <[email protected]> Reviewed-by: Vasilii Sukhanov <[email protected]> Reviewed-by: Ioana Pandele <[email protected]> Cr-Commit-Position: refs/heads/master@{#742568}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 3001783..c8f635c5 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -4947,6 +4947,10 @@ FEATURE_VALUE_TYPE(chromeos::features::kAmbientModeFeature)}, #endif // defined(OS_CHROMEOS) + {"password-change-support", flag_descriptions::kPasswordChangeName, + flag_descriptions::kPasswordChangeDescription, kOsAll, + FEATURE_VALUE_TYPE(password_manager::features::kPasswordChange)}, + // NOTE: Adding a new flag requires adding a corresponding entry to enum // "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag // Histograms" in tools/metrics/histograms/README.md (run the