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

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

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 4 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/dom_distiller/core/dom_distiller_switches.h" 5 #include "components/dom_distiller/core/dom_distiller_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 const char kEnableDomDistiller[] = "enable-dom-distiller";
10 const char kEnableSyncArticles[] = "enable-sync-articles";
9 const char kReaderModeHeuristics[] = "reader-mode-heuristics"; 11 const char kReaderModeHeuristics[] = "reader-mode-heuristics";
10 const char kReaderModeFeedback[] = "reader-mode-feedback"; 12 const char kReaderModeFeedback[] = "reader-mode-feedback";
11 13
12 namespace reader_mode_heuristics { 14 namespace reader_mode_heuristics {
13 const char kAdaBoost[] = "adaboost"; 15 const char kAdaBoost[] = "adaboost";
14 const char kOGArticle[] = "opengraph"; 16 const char kOGArticle[] = "opengraph";
15 const char kAlwaysTrue[] = "alwaystrue"; 17 const char kAlwaysTrue[] = "alwaystrue";
16 const char kNone[] = "none"; 18 const char kNone[] = "none";
17 }; 19 };
18 20
19 namespace reader_mode_feedback { 21 namespace reader_mode_feedback {
20 const char kOn[] = "on"; 22 const char kOn[] = "on";
21 const char kOff[] = "off"; 23 const char kOff[] = "off";
22 }; 24 };
23 25
24 } // namespace switches 26 } // namespace switches
OLDNEW
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.h ('k') | components/enhanced_bookmarks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698