diff options
Diffstat (limited to 'components/autofill/common/autofill_switches.h')
-rw-r--r-- | components/autofill/common/autofill_switches.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/common/autofill_switches.h new file mode 100644 index 0000000..8814ba7 --- /dev/null +++ b/components/autofill/common/autofill_switches.h @@ -0,0 +1,20 @@ +// Copyright 2013 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_ +#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_ + +namespace switches { + +// All switches in alphabetical order. The switches should be documented +// alongside the definition of their values in the .cc file. +extern const char kAutofillServiceUrl[]; +extern const char kEnableExperimentalFormFilling[]; +extern const char kShowAutofillTypePredictions[]; +extern const char kWalletSecureServiceUrl[]; +extern const char kWalletServiceUrl[]; + +} // namespace switches + +#endif // COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_ |