blob: 950cdd082774592f9a5caf59b1dbbcbb2a18db1f [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMECAST_BASE_PREF_NAMES_H_
#define CHROMECAST_BASE_PREF_NAMES_H_
namespace chromecast {
namespace prefs {
extern const char kActiveDCSExperiments[];
extern const char kLatestDCSFeatures[];
extern const char kMetricsIsNewClientID[];
extern const char kOptInStats[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
extern const char kWebColorScheme[];
} // namespace prefs
} // namespace chromecast
#endif // CHROMECAST_BASE_PREF_NAMES_H_