| 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 1fa15369cf374af150b565ce68bd079ca3d287a6..04753c26e5b1230fcabfe999a1720cec3fdbc6c3 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -84,14 +84,6 @@ const char kLocalHeuristicsOnlyForPasswordGeneration[] =
|
| // Annotates forms with Autofill field type predictions.
|
| const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
|
|
|
| -// Secure service URL for Online Wallet service. Used as the base url to escrow
|
| -// credit card numbers.
|
| -const char kWalletSecureServiceUrl[] = "wallet-secure-service-url";
|
| -
|
| -// Service URL for Online Wallet service. Used as the base url for Online Wallet
|
| -// API calls.
|
| -const char kWalletServiceUrl[] = "wallet-service-url";
|
| -
|
| // Use the sandbox Online Wallet service URL (for developer testing).
|
| const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox";
|
|
|
|
|