| Index: components/ntp_snippets/content_suggestions_service.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_service.cc b/components/ntp_snippets/content_suggestions_service.cc
|
| index 43dddc17cc31af214d386e53b1e24e5268a4191f..6469882b963e3b90cad774a0cb7932b5247179d4 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service.cc
|
| @@ -197,6 +197,8 @@ void ContentSuggestionsService::DismissCategory(Category category) {
|
|
|
| dismissed_providers_by_category_[category] = provider;
|
| StoreDismissedCategoriesToPrefs();
|
| +
|
| + category_ranker_->OnCategoryDismissed(category);
|
| }
|
|
|
| void ContentSuggestionsService::RestoreDismissedCategories() {
|
|
|