Expand SecurityStyleChanged interfaces to include explanations
[chromium-blink-merge.git] / components / dom_distiller / core / dom_distiller_switches.cc
blob2b9b34c16e118448201b56c2e2dc7d226bf3a8ee
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"
7 namespace switches {
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