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

Unified Diff: components/ntp_snippets/category_rankers/fake_category_ranker.cc

Issue 2610553002: [NTP::SectionOrder] Make ClickBasedRanker move dismissed sections down. (Closed)
Patch Set: jkrcal@ comment. Created 3 years, 12 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/category_rankers/fake_category_ranker.cc
diff --git a/components/ntp_snippets/category_rankers/fake_category_ranker.cc b/components/ntp_snippets/category_rankers/fake_category_ranker.cc
index c43610935a79b3b626cd9ebfcaee31f1327b1a66..4c34840a61c0d6299e12dfab4a536993aaa3ae7c 100644
--- a/components/ntp_snippets/category_rankers/fake_category_ranker.cc
+++ b/components/ntp_snippets/category_rankers/fake_category_ranker.cc
@@ -34,4 +34,8 @@ void FakeCategoryRanker::OnSuggestionOpened(Category category) {
// Ignored.
}
+void FakeCategoryRanker::OnCategoryDismissed(Category category) {
+ // Ignored.
+}
+
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698