| Index: components/autofill/core/common/autofill_switches.cc
|
| diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
|
| index 762b5e2d8a6e5fcf5aa82612ed8a85faf35e881c..dc22364b885f42989c1a13e6d58deb7708aec94d 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -18,10 +18,6 @@ const char kDisablePasswordGeneration[] = "disable-password-generation";
|
| // The "disable" flag for kEnableSingleClickAutofill.
|
| const char kDisableSingleClickAutofill[] = "disable-single-click-autofill";
|
|
|
| -// Local heuristics override server predictions for name types.
|
| -const char kDisambiguateAutofillServerNameTypes[] =
|
| - "disambiguate-autofill-server-name-types";
|
| -
|
| // Enables using device's camera to scan a new credit card when filling out a
|
| // credit card form.
|
| const char kEnableCreditCardScan[] = "enable-credit-card-scan";
|
| @@ -52,9 +48,6 @@ const char kRespectAutocompleteOffForAutofill[] =
|
| // Annotates forms with Autofill field type predictions.
|
| const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
|
|
|
| -// Always trust server predictions for name types.
|
| -const char kTrustAutofillServerNameTypes[] = "trust-autofill-server-name-types";
|
| -
|
| // Secure service URL for Online Wallet service. Used as the base url to escrow
|
| // credit card numbers.
|
| const char kWalletSecureServiceUrl[] = "wallet-secure-service-url";
|
|
|