Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: components/dom_distiller/core/dom_distiller_pref_names.h

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor change to constant name Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];
nyquist 2014/06/23 16:03:06 Is this in use outside of reader_mode_preferences.
smaslo 2014/06/23 22:14:33 Done.
+
+} // namespace prefs
+
+} // namespace dom_distiller
+
+#endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698