| Index: components/dom_distiller/core/dom_distiller_pref_names.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_pref_names.h b/components/dom_distiller/core/dom_distiller_pref_names.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6413a3e096df7b00173cd2b7ed710a3ceb14f7ef
|
| --- /dev/null
|
| +++ b/components/dom_distiller/core/dom_distiller_pref_names.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2014 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_DOM_DISTILLER_PREF_NAMES_H_
|
| +#define COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_PREF_NAMES_H_
|
| +
|
| +namespace dom_distiller {
|
| +
|
| +namespace prefs {
|
| +
|
| +extern const char kHighContrastPref[];
|
| +
|
| +} // namespace prefs
|
| +
|
| +} // namespace dom_distiller
|
| +
|
| +#endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_PREF_NAMES_H_
|
|
|