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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2585263002: [NTP::SectionOrder] First version of click based category ranker. (Closed)
Patch Set: tschumann@ & bauerb@ comments. Created 4 years 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/ntp_snippets/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/pref_names.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index fbf55054eb6fbf76595fdb6b09d5aca64af50043..dced63df980be7996c9402970d2ddee6ed2dc1a5 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -61,5 +61,8 @@ const char kUserClassifierLastTimeToShowSuggestions[] =
const char kUserClassifierLastTimeToUseSuggestions[] =
"ntp_suggestions.user_classifier.last_time_to_use_suggestions";
+const char kClickBasedCategoryRankerOrderWithClicks[] =
+ "ntp_suggestions.click_based_category_ranker.category_order_with_clicks";
+
} // namespace prefs
} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698