| 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 cf1b859f00d7cd70c1a3625015f9e0aeaf78ce8f..8aadec54c6211bd48e9461abfd15e4fd58050ead 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -8,10 +8,6 @@
|
| namespace autofill {
|
| namespace switches {
|
|
|
| -// Disables using device's camera to scan a new credit card when filling out a
|
| -// credit card form.
|
| -const char kDisableCreditCardScan[] = "disable-credit-card-scan";
|
| -
|
| // Force hiding the local save checkbox in the autofill dialog box for getting
|
| // the full credit card number for a wallet card. The card will never be stored
|
| // locally.
|
| @@ -29,10 +25,6 @@ const char kDisablePasswordGeneration[] = "disable-password-generation";
|
| // The "disable" flag for kEnableSingleClickAutofill.
|
| const char kDisableSingleClickAutofill[] = "disable-single-click-autofill";
|
|
|
| -// 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";
|
| -
|
| // Force showing the local save checkbox in the autofill dialog box for getting
|
| // the full credit card number for a wallet card.
|
| const char kEnableOfferStoreUnmaskedWalletCards[] =
|
|
|