pref_names.h 595 B

1234567891011121314151617181920
  1. // Copyright 2017 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 COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_
  5. #define COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_
  6. namespace dom_distiller {
  7. namespace prefs {
  8. extern const char kFont[];
  9. extern const char kTheme[];
  10. extern const char kFontScale[];
  11. extern const char kReaderForAccessibility[];
  12. extern const char kOfferReaderMode[];
  13. } // namespace prefs
  14. } // namespace dom_distiller
  15. #endif // COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_