pref_names.h 730 B

1234567891011121314151617181920212223
  1. // 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. #ifndef CHROMECAST_BASE_PREF_NAMES_H_
  5. #define CHROMECAST_BASE_PREF_NAMES_H_
  6. namespace chromecast {
  7. namespace prefs {
  8. extern const char kActiveDCSExperiments[];
  9. extern const char kLatestDCSFeatures[];
  10. extern const char kMetricsIsNewClientID[];
  11. extern const char kOptInStats[];
  12. extern const char kStabilityKernelCrashCount[];
  13. extern const char kStabilityOtherUserCrashCount[];
  14. extern const char kStabilitySystemUncleanShutdownCount[];
  15. extern const char kWebColorScheme[];
  16. } // namespace prefs
  17. } // namespace chromecast
  18. #endif // CHROMECAST_BASE_PREF_NAMES_H_