blob: 17cbd8858b030f531e9fa8f3ca709bc573a8089b [file] [log] [blame]
[email protected]88a7831f2014-05-19 15:19:131// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_VARIATIONS_PREF_NAMES_H_
6#define COMPONENTS_VARIATIONS_PREF_NAMES_H_
7
blundell57bcfed2015-09-04 08:44:458namespace variations {
[email protected]88a7831f2014-05-19 15:19:139namespace prefs {
10
11// Alphabetical list of preference names specific to the variations component.
12// Keep alphabetized, and document each in the .cc file.
13
blundell7cb8e1a2015-08-17 10:23:1014extern const char kVariationsCompressedSeed[];
15extern const char kVariationsLastFetchTime[];
16extern const char kVariationsPermanentConsistencyCountry[];
[email protected]88a7831f2014-05-19 15:19:1317extern const char kVariationsPermutedEntropyCache[];
blundell7cb8e1a2015-08-17 10:23:1018extern const char kVariationsCountry[];
19extern const char kVariationsRestrictParameter[];
20extern const char kVariationsSeed[];
21extern const char kVariationsSeedDate[];
22extern const char kVariationsSeedSignature[];
[email protected]88a7831f2014-05-19 15:19:1323
24} // namespace prefs
25} // namespace metrics
26
27#endif // COMPONENTS_VARIATIONS_PREF_NAMES_H_