commit | 63f598a1904005ddbd3681bcf1baadd4f19b7e92 | [log] [tgz] |
---|---|---|
author | Jared Saul <[email protected]> | Fri Mar 22 23:40:26 2019 |
committer | Commit Bot <[email protected]> | Fri Mar 22 23:40:26 2019 |
tree | 439049f78ce453d9380973e0ddc03b107d4314f6 | |
parent | 9c8a5ec9f05d8239919e9a3e9787075da678dbd9 [diff] [blame] |
[Autofill] Disable offering local save upon card unmask Bug: 941664 Change-Id: Iaf2b42623572ebfcc84e50537cf782bf5c27bcb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534921 Commit-Queue: Jared Saul <[email protected]> Reviewed-by: Moe Ahmadi <[email protected]> Reviewed-by: Fabio Tirelo <[email protected]> Cr-Commit-Position: refs/heads/master@{#643609}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 8220e92..cb04c93 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -4117,6 +4117,12 @@ FEATURE_VALUE_TYPE(features::kMimeHandlerViewInCrossProcessFrame)}, #endif + {"autofill-no-local-save-on-unmask-success", + flag_descriptions::kAutofillNoLocalSaveOnUnmaskSuccessName, + flag_descriptions::kAutofillNoLocalSaveOnUnmaskSuccessDescription, kOsAll, + FEATURE_VALUE_TYPE( + autofill::features::kAutofillNoLocalSaveOnUnmaskSuccess)}, + // 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