commit | 5c64752b28674109b92b92690308653ea237b457 | [log] [tgz] |
---|---|---|
author | Jonathan Mengedoht <[email protected]> | Wed Aug 26 12:16:35 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 26 12:16:35 2020 |
tree | 2fd93688761f549de4086279892f7a617c9710d0 | |
parent | d01129b4126cf7888c2c2b091146004e5f7c9954 [diff] [blame] |
Add WellKnownChangePassword flag to chrome://flags Bug: 927473 Change-Id: I3023effa43f57cf5a106e11667028818f4b25df0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375293 Reviewed-by: Jan Wilken Dörrie <[email protected]> Commit-Queue: Jonathan Mengedoht <[email protected]> Cr-Commit-Position: refs/heads/master@{#801741}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 6647bb0..aaa27d2 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1460,6 +1460,9 @@ extern const char kWebXrMultiGpuName[]; extern const char kWebXrMultiGpuDescription[]; +extern const char kWellKnownChangePasswordName[]; +extern const char kWellKnownChangePasswordDescription[]; + extern const char kZeroCopyName[]; extern const char kZeroCopyDescription[];