12a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// Copyright 2013 The Chromium Authors. All rights reserved.
22a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
32a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// found in the LICENSE file.
42a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
57d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
67d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
72a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
8c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)namespace autofill {
92a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)namespace prefs {
102a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
112a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// Alphabetical list of preference names specific to the Autofill
122a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// component. Keep alphabetized, and document each in the .cc file.
132a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)extern const char kAutofillAuxiliaryProfilesEnabled[];
142a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)extern const char kAutofillEnabled[];
152a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)extern const char kAutofillNegativeUploadRate[];
162a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)extern const char kAutofillPositiveUploadRate[];
172a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
182a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)}  // namespace prefs
19c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)}  // namespace autofill
202a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
217d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)#endif  // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
22