| Index: components/dom_distiller/core/experiments.h
|
| diff --git a/components/dom_distiller/core/experiments.h b/components/dom_distiller/core/experiments.h
|
| index 16edfcbee0081595329e9d1c61f5dd06f5c07af7..80d02fa8d51a802bc2a9b2aa276eb65999c37f64 100644
|
| --- a/components/dom_distiller/core/experiments.h
|
| +++ b/components/dom_distiller/core/experiments.h
|
| @@ -6,14 +6,15 @@
|
| #define COMPONENTS_DOM_DISTILLER_CORE_EXPERIMENTS_H_
|
|
|
| namespace dom_distiller {
|
| - enum class DistillerHeuristicsType {
|
| - NONE,
|
| - OG_ARTICLE,
|
| - ADABOOST_MODEL,
|
| - ALWAYS_TRUE,
|
| - };
|
| +enum class DistillerHeuristicsType {
|
| + NONE,
|
| + OG_ARTICLE,
|
| + ADABOOST_MODEL,
|
| + ALL_ARTICLES,
|
| + ALWAYS_TRUE,
|
| +};
|
|
|
| - DistillerHeuristicsType GetDistillerHeuristicsType();
|
| +DistillerHeuristicsType GetDistillerHeuristicsType();
|
| }
|
|
|
| #endif // COMPONENTS_DOM_DISTILLER_CORE_EXPERIMENTS_H_
|
|
|