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

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

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
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_
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.cc ('k') | components/dom_distiller/core/experiments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698