| Index: components/dom_distiller/core/dom_distiller_switches.cc
|
| diff --git a/components/dom_distiller/core/dom_distiller_switches.cc b/components/dom_distiller/core/dom_distiller_switches.cc
|
| index 70a90f1d0d39a5ac2585b3af5b2e512924c9820e..0d3976b6513f6f7aae127044603d24b0bf262472 100644
|
| --- a/components/dom_distiller/core/dom_distiller_switches.cc
|
| +++ b/components/dom_distiller/core/dom_distiller_switches.cc
|
| @@ -14,6 +14,7 @@ const char kReaderModeFeedback[] = "reader-mode-feedback";
|
|
|
| namespace reader_mode_heuristics {
|
| const char kAdaBoost[] = "adaboost";
|
| +const char kAllArticles[] = "allarticles";
|
| const char kOGArticle[] = "opengraph";
|
| const char kAlwaysTrue[] = "alwaystrue";
|
| const char kNone[] = "none";
|
|
|