Index: components/ntp_snippets/ntp_snippets_service.h |
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h |
index 808e1910fd47532845e4b0112f1b843ca2613928..94e887881951208017a2771ce42f06ea8e656b06 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -265,9 +265,9 @@ class NTPSnippetsService : public KeyedService, |
// the observers. |
void NotifyNewSuggestions(); |
- // Notifies the content suggestions observer about a change in the |
- // |category_status_|. |
- void NotifyCategoryStatusChanged(); |
+ // Updates the internal status |category_status_| and notifies the content |
+ // suggestions observer if it changed. |
+ void UpdateCategoryStatus(ContentSuggestionsCategoryStatus status); |
State state_; |