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

Unified Diff: components/ntp_snippets/remote/remote_suggestions_provider.h

Issue 2520993002: Remove the "exclude archived snippets" from the snippets fetching code. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | components/ntp_snippets/remote/remote_suggestions_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/remote/remote_suggestions_provider.h
diff --git a/components/ntp_snippets/remote/remote_suggestions_provider.h b/components/ntp_snippets/remote/remote_suggestions_provider.h
index 42f05c526aab51f1e97aac78c50fe70696765870..f6bb5f5b60a26f701297a2d45dd51846700bd07c 100644
--- a/components/ntp_snippets/remote/remote_suggestions_provider.h
+++ b/components/ntp_snippets/remote/remote_suggestions_provider.h
@@ -350,8 +350,7 @@ class RemoteSuggestionsProvider final
void RestoreCategoriesFromPrefs();
void StoreCategoriesToPrefs();
- NTPSnippetsFetcher::Params BuildFetchParams(
- bool exclude_archived_suggestions) const;
+ NTPSnippetsFetcher::Params BuildFetchParams() const;
void MarkEmptyCategoriesAsLoading();
« no previous file with comments | « no previous file | components/ntp_snippets/remote/remote_suggestions_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698