Commit 889c4b11 authored by Roger McFarlane's avatar Roger McFarlane Committed by Commit Bot

[autofill] Fix some mispelled feature names

Bug: 874553
Change-Id: I9ca8547217eb0b6744bf61f07a91cb818a368534
Reviewed-on: https://chromium-review.googlesource.com/c/1273805
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Reviewed-by: default avatarSebastien Seguin-Gagnon <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598810}
parent 6089db66
...@@ -147,7 +147,7 @@ const base::Feature kAutofillRationalizeFieldTypePredictions{ ...@@ -147,7 +147,7 @@ const base::Feature kAutofillRationalizeFieldTypePredictions{
// Controls whether Autofill should rationalize repeated server type // Controls whether Autofill should rationalize repeated server type
// predictions. // predictions.
const base::Feature kAutofillRationalizeRepeatedServerPredictions{ const base::Feature kAutofillRationalizeRepeatedServerPredictions{
"kAutofillRationalizeRepeatedServerPredictions", "AutofillRationalizeRepeatedServerPredictions",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether Full Server credit cards should be reset when the sync // Controls whether Full Server credit cards should be reset when the sync
...@@ -204,7 +204,7 @@ const base::Feature kAutofillSendOnlyCountryInGetUploadDetails{ ...@@ -204,7 +204,7 @@ const base::Feature kAutofillSendOnlyCountryInGetUploadDetails{
// "upload" resources. // "upload" resources.
// i.e., https://other.autofill.server:port/tbproxy/af/ // i.e., https://other.autofill.server:port/tbproxy/af/
const base::Feature kAutofillServerCommunication{ const base::Feature kAutofillServerCommunication{
"kAutofillServerCommunication", base::FEATURE_ENABLED_BY_DEFAULT}; "AutofillServerCommunication", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether autofill suggestions are filtered by field values previously // Controls whether autofill suggestions are filtered by field values previously
// filled by website. // filled by website.
......
...@@ -29032,6 +29032,8 @@ from previous Chrome versions. ...@@ -29032,6 +29032,8 @@ from previous Chrome versions.
<int value="-1426150007" label="ignore-previews-blacklist"/> <int value="-1426150007" label="ignore-previews-blacklist"/>
<int value="-1426034869" label="NoCreditCardAbort:enabled"/> <int value="-1426034869" label="NoCreditCardAbort:enabled"/>
<int value="-1423348289" label="NupPrinting:disabled"/> <int value="-1423348289" label="NupPrinting:disabled"/>
<int value="-1423193305"
label="AutofillRationalizeRepeatedServerPredictions:enabled"/>
<int value="-1420542268" label="AutofillEnableAccountWalletStorage:disabled"/> <int value="-1420542268" label="AutofillEnableAccountWalletStorage:disabled"/>
<int value="-1419788257" label="enable-experimental-hotwording"/> <int value="-1419788257" label="enable-experimental-hotwording"/>
<int value="-1417122729" <int value="-1417122729"
...@@ -29301,6 +29303,8 @@ from previous Chrome versions. ...@@ -29301,6 +29303,8 @@ from previous Chrome versions.
<int value="-933377608" <int value="-933377608"
label="OmniboxUIExperimentHideSteadyStateUrlScheme:enabled"/> label="OmniboxUIExperimentHideSteadyStateUrlScheme:enabled"/>
<int value="-933316841" label="enable-permissions-blacklist"/> <int value="-933316841" label="enable-permissions-blacklist"/>
<int value="-929944930"
label="AutofillRationalizeRepeatedServerPredictions:disabled"/>
<int value="-928138978" label="IPH_DemoMode:disabled"/> <int value="-928138978" label="IPH_DemoMode:disabled"/>
<int value="-926422468" label="disable-embedded-shared-worker"/> <int value="-926422468" label="disable-embedded-shared-worker"/>
<int value="-920204598" label="ScrollAnchorSerialization:enabled"/> <int value="-920204598" label="ScrollAnchorSerialization:enabled"/>
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