commit | 1ddbd5984233b7fad7ee7a887399cc973ca458f3 | [log] [tgz] |
---|---|---|
author | siashah <[email protected]> | Thu Jul 11 00:17:16 2019 |
committer | Commit Bot <[email protected]> | Thu Jul 11 00:17:16 2019 |
tree | 38e52a765b9bfdd2bcad2676b683f3446305950b | |
parent | a5b5ce49c3de2c7c7aaf41ba69b4c6cdaf7fa7b0 [diff] [blame] |
Enable the No Thanks button on autofill save card info bar. https://screenshot.googleplex.com/PX7Cx2S77mP Change-Id: I2198461696e6bc3d5dd1e6cad2530f3e27598c1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688335 Commit-Queue: Siddharth Shah <[email protected]> Reviewed-by: Jared Saul <[email protected]> Cr-Commit-Position: refs/heads/master@{#676202}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 16e05c2..1da771d5 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -4075,6 +4075,11 @@ FEATURE_VALUE_TYPE(chromeos::features::kCrostiniWebUIInstaller)}, #endif // OS_CHROMEOS + {"enable-autofill-save-card-show-no-thanks", + flag_descriptions::kEnableAutofillSaveCardShowNoThanksName, + flag_descriptions::kEnableAutofillSaveCardShowNoThanksDescription, kOsAll, + FEATURE_VALUE_TYPE(autofill::features::kAutofillSaveCardShowNoThanks)}, + // 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