Commit b5d92581 authored by edchin's avatar edchin Committed by Commit Bot

[ios] Rename autofill-prune-suggestions flag

The iOS flag enable-autofill-prune-suggestions is the same
as autofill-prune-suggestions.

Since autofill-prune-suggestions flag name is already in
flag-metadata.json, this CL just changes the name of
the iOS flag to be the same as the one used in other
platforms.

These flags were added in https://crrev.com/c/1565295.

TBR=caitlinfischer@google.com

Bug: 1058614
Change-Id: I395648693b485d08f85f188b99c64a2a695469ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097123
Commit-Queue: edchin <edchin@chromium.org>
Reviewed-by: default avataredchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749178}
parent 0060e84c
...@@ -457,7 +457,7 @@ const flags_ui::FeatureEntry kFeatureEntries[] = { ...@@ -457,7 +457,7 @@ const flags_ui::FeatureEntry kFeatureEntries[] = {
autofill::features::kAutofillUseMobileLabelDisambiguation, autofill::features::kAutofillUseMobileLabelDisambiguation,
kAutofillUseMobileLabelDisambiguationVariations, kAutofillUseMobileLabelDisambiguationVariations,
"AutofillUseMobileLabelDisambiguation")}, "AutofillUseMobileLabelDisambiguation")},
{"enable-autofill-prune-suggestions", {"autofill-prune-suggestions",
flag_descriptions::kAutofillPruneSuggestionsName, flag_descriptions::kAutofillPruneSuggestionsName,
flag_descriptions::kAutofillPruneSuggestionsDescription, flags_ui::kOsIos, flag_descriptions::kAutofillPruneSuggestionsDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(autofill::features::kAutofillPruneSuggestions)}, FEATURE_VALUE_TYPE(autofill::features::kAutofillPruneSuggestions)},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment