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

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

Issue 2889153003: [NTP::SectionOrder] Add ranker section to snippets internals. (Closed)
Patch Set: jkrcal@ nit. Created 3 years, 7 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.h
diff --git a/components/ntp_snippets/category_rankers/fake_category_ranker.h b/components/ntp_snippets/category_rankers/fake_category_ranker.h
index 9b5e37659ff047f1ed911ed4a27d82516cd68240..dedba15bf66c1d22e788a462c710db9d49c9c6b4 100644
--- a/components/ntp_snippets/category_rankers/fake_category_ranker.h
+++ b/components/ntp_snippets/category_rankers/fake_category_ranker.h
@@ -31,6 +31,7 @@ class FakeCategoryRanker : public CategoryRanker {
Category anchor) override;
void InsertCategoryAfterIfNecessary(Category category_to_insert,
Category anchor) override;
+ std::vector<CategoryRanker::DebugDataItem> GetDebugData() override;
void OnSuggestionOpened(Category category) override;
void OnCategoryDismissed(Category category) override;

Powered by Google App Engine
This is Rietveld 408576698