blob: 70a5f4a944920f7b1da97790c59e3b17723db80b [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_
#define COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_
namespace dom_distiller {
namespace prefs {
extern const char kFont[];
extern const char kTheme[];
extern const char kFontScale[];
extern const char kReaderForAccessibility[];
} // namespace prefs
} // namespace dom_distiller
#endif // COMPONENTS_DOM_DISTILLER_CORE_PREF_NAMES_H_