Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1250)

Unified Diff: components/dom_distiller/core/experiments.cc

Issue 2212663003: Make AdaBoost the default heuristic for ReaderModeUI finch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698