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

Unified Diff: components/ntp_snippets/features.cc

Issue 2613643003: [NTP::SectionOrder] Enable ClickBased ranker by default. (Closed)
Patch Set: Created 3 years, 11 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/ntp_snippets/features.cc
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
index ed013a00d6d2c3f18ad961c21477eb6aa0cb1b71..59c54b29d559c872771ba77079fa8af93c1728e2 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -61,7 +61,7 @@ CategoryRankerChoice GetSelectedCategoryRanker() {
if (category_ranker_value.empty()) {
// Default, Enabled or Disabled.
- return CategoryRankerChoice::CONSTANT;
+ return CategoryRankerChoice::CLICK_BASED;
}
if (category_ranker_value == kCategoryRankerConstantRanker) {
return CategoryRankerChoice::CONSTANT;
« 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