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

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: Marc's comments. 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..0886eb90bd113ba48290b298a7b96db37b33a83b 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,11 @@ void PhysicalWebPageSuggestionsProvider::FetchSuggestionImage(
// TODO(vitaliii): Implement.
}
+void PhysicalWebPageSuggestionsProvider::ClearHistory(base::Time begin,
+ base::Time end) {
+ // TODO(vitaliii): Implement.
Marc Treib 2016/08/30 09:50:18 Bug?
vitaliii 2016/08/30 11:04:22 Done.
+}
+
void PhysicalWebPageSuggestionsProvider::ClearCachedSuggestions(
Category category) {
// Ignored

Powered by Google App Engine
This is Rietveld 408576698