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 6aa59b9916e47e5fb953f04af376935d8401a4a8..a2245e5c6446f6584ea562bfd0e6849db4a197eb 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -267,9 +267,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(CategoryStatus status); |
State state_; |