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/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 2b1c439..57e91ed 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -860,6 +860,9 @@ extern const char kParallelDownloadingName[]; extern const char kParallelDownloadingDescription[]; +extern const char kPasswordChangeName[]; +extern const char kPasswordChangeDescription[]; + extern const char kPasswordEditingAndroidName[]; extern const char kPasswordEditingAndroidDescription[];