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
3 // found in the LICENSE file.
5 #include "components/dom_distiller/core/dom_distiller_switches.h"
9 const char kReaderModeHeuristics
[] = "reader-mode-heuristics";
11 namespace reader_mode_heuristics
{
12 const char kAdaBoost
[] = "adaboost";
13 const char kOGArticle
[] = "opengraph";
14 const char kAlwaysTrue
[] = "alwaystrue";
15 const char kNone
[] = "none";
18 } // namespace switches