#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 kTosAccepted[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
extern const char kWebColorScheme[];
}
}
#endif