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

Side by Side Diff: components/dom_distiller/core/dom_distiller_pref_names.cc

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authros. All rights reserved.
battre 2014/06/23 08:37:23 nit: Authros
smaslo 2014/06/23 22:14:33 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/dom_distiller/core/dom_distiller_pref_names.h"
6
7 namespace dom_distiller {
8
9 namespace prefs {
10
11 const char kHighContrastPref[] = "reader_mode.high_contrast";
battre 2014/06/23 08:37:23 Please add a comment.
smaslo 2014/06/23 22:14:32 Done.
12
13 } // namespace prefs
14
15 } // namespace dom_distiller
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698