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

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

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/dom_distiller_switches.h ('k') | components/dom_distiller/core/experiments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.h ('k') | components/dom_distiller/core/experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698