| 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();
|
|
|
|
|