Chromium Code Reviews| Index: components/dom_distiller/core/experiments.cc |
| diff --git a/components/dom_distiller/core/experiments.cc b/components/dom_distiller/core/experiments.cc |
| index 168f23eb846876d9278e5139a36d8b5c10532933..fbbebf5e70aadfa8966d8d0e03e8b9a2f8c056a3 100644 |
| --- a/components/dom_distiller/core/experiments.cc |
| +++ b/components/dom_distiller/core/experiments.cc |
| @@ -38,7 +38,7 @@ DistillerHeuristicsType GetDistillerHeuristicsType() { |
| return DistillerHeuristicsType::OG_ARTICLE; |
| } |
| } |
| - return DistillerHeuristicsType::NONE; |
| + return DistillerHeuristicsType::ADABOOST_MODEL; |
|
mdjones
2016/08/05 16:59:43
Is this going to skew our groups?
wychen
2016/08/06 07:03:22
This is meant to be landed after we decide to roll
wychen
2016/08/06 21:55:09
OK, this is also wrong. Some users don't get finch
|
| } |
| bool ShouldShowFeedbackForm() { |