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

Unified Diff: components/ntp_snippets/user_classifier.h

Issue 2732243002: [UserClassifier] Fix the classification for M58 condensed NTP experiment (Closed)
Patch Set: Created 3 years, 9 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/ntp_snippets/user_classifier.h
diff --git a/components/ntp_snippets/user_classifier.h b/components/ntp_snippets/user_classifier.h
index 4f8c9848d62d30e16e7ab678d7e56e1114389e7b..19f5161a46d019a8347dbafc99265bcdc5ee4c26 100644
--- a/components/ntp_snippets/user_classifier.h
+++ b/components/ntp_snippets/user_classifier.h
@@ -98,7 +98,7 @@ class UserClassifier {
const double max_hours_;
// Params of the classification.
- const double active_consumer_scrolls_at_least_once_per_hours_;
+ const double active_consumer_clicks_at_least_once_per_hours_;
const double rare_user_opens_ntp_at_most_once_per_hours_;
DISALLOW_COPY_AND_ASSIGN(UserClassifier);
« no previous file with comments | « no previous file | components/ntp_snippets/user_classifier.cc » ('j') | components/ntp_snippets/user_classifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698