| 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 2ada1db494561ff727a374eb24201f7eaaee26c2..f8a96a69e416f5bef9d5bc343fa20e156febe01b 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.h
|
| +++ b/components/ntp_snippets/content_suggestions_service.h
|
| @@ -122,7 +122,8 @@ class ContentSuggestionsService : public KeyedService,
|
| const ImageFetchedCallback& callback);
|
|
|
| // Dismisses the suggestion with the given |suggestion_id|, if it exists.
|
| - // This will not trigger an update through the observers.
|
| + // This will not trigger an update through the observers (i.e. providers must
|
| + // not call |Observer::OnNewSuggestions|).
|
| void DismissSuggestion(const ContentSuggestion::ID& suggestion_id);
|
|
|
| // Dismisses the given |category|, if it exists.
|
|
|