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

Unified Diff: ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm

Issue 2961533002: Add "AllArticles" mode to Reader Mode heuristics (Closed)
Patch Set: Revert "exclude ios" Created 3 years, 5 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 | « components/dom_distiller/core/experiments.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm
diff --git a/ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm b/ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm
index 8c207d6ca7da7b37249a9866cdd8fd7dfea9407a..7c662791c95d87147a28f310f77d24ca44394600 100644
--- a/ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm
+++ b/ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm
@@ -148,6 +148,7 @@ void ReaderModeChecker::CheckIsDistillable() {
CheckIsDistillableOG(receiver);
break;
case dom_distiller::DistillerHeuristicsType::ADABOOST_MODEL:
+ case dom_distiller::DistillerHeuristicsType::ALL_ARTICLES:
CheckIsDistillableDetector(receiver);
break;
case dom_distiller::DistillerHeuristicsType::ALWAYS_TRUE:
« no previous file with comments | « components/dom_distiller/core/experiments.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698