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

Unified Diff: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc

Issue 2284393002: Add ClearHistory() to ContentSuggestionsService and its providers (Closed)
Patch Set: Created 4 years, 4 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/physical_web_pages/physical_web_page_suggestions_provider.cc
diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
index 7f63e424338ef49aaabcbf1ead37dd7d57ef3d6e..f964417edb9a287140fb7556bd6ad51b78c0d65a 100644
--- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
+++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
@@ -82,6 +82,10 @@ void PhysicalWebPageSuggestionsProvider::FetchSuggestionImage(
// TODO(vitaliii): Implement.
}
+void PhysicalWebPageSuggestionsProvider::ClearHistory() {
+ // Not implemented.
Marc Treib 2016/08/29 09:43:11 ^^ :)
vitaliii 2016/08/29 10:37:25 Acknowledged.
Marc Treib 2016/08/29 11:27:36 Same here.
vitaliii 2016/08/29 16:46:42 Done.
+}
+
void PhysicalWebPageSuggestionsProvider::ClearCachedSuggestions(
Category category) {
// Ignored

Powered by Google App Engine
This is Rietveld 408576698