| Index: components/ntp_snippets/content_suggestions_service.h
|
| diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
|
| index 3f86e13d260d0925dff72ea6cb3cdd8b9f4824a9..4f36237e62bdf74c233655eb6a26fdb9d6baf6a8 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.h
|
| +++ b/components/ntp_snippets/content_suggestions_service.h
|
| @@ -186,6 +186,8 @@ class ContentSuggestionsService : public KeyedService,
|
| // Fires the OnCategoryStatusChanged event for the given |category|.
|
| void NotifyCategoryStatusChanged(Category category);
|
|
|
| + void SortCategories();
|
| +
|
| // Whether the content suggestions feature is enabled.
|
| State state_;
|
|
|
|
|