#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
namespace autofill {
namespace switches {
extern const char kDisableIgnoreAutocompleteOff[];
extern const char kDisableInteractiveAutocomplete[];
extern const char kDisablePasswordGeneration[];
extern const char kEnableInteractiveAutocomplete[];
extern const char kEnablePasswordGeneration[];
extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
extern const char kShowAutofillTypePredictions[];
extern const char kWalletSecureServiceUrl[];
extern const char kWalletServiceUrl[];
extern const char kWalletServiceUseSandbox[];
}
}
#endif