summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/common/autofill_pref_names.h
blob: e52cc7285f87e8053e9ca722f30ecfceb9ec174a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_

namespace autofill {
namespace prefs {

// Alphabetical list of preference names specific to the Autofill
// component. Keep alphabetized, and document each in the .cc file.
extern const char kAutofillAuxiliaryProfilesEnabled[];
extern const char kAutofillEnabled[];
extern const char kAutofillNegativeUploadRate[];
extern const char kAutofillPositiveUploadRate[];

}  // namespace prefs
}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_