| Index: components/ntp_snippets/content_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/content_suggestions_provider.h b/components/ntp_snippets/content_suggestions_provider.h
|
| index c9ba0bfc5eea3059da174b32ce902cb9a95a86d1..836fd41996ddd1d2589959e73426e70f72194709 100644
|
| --- a/components/ntp_snippets/content_suggestions_provider.h
|
| +++ b/components/ntp_snippets/content_suggestions_provider.h
|
| @@ -72,7 +72,8 @@ class ContentSuggestionsProvider {
|
| // when the content that the suggestion refers to is gone.
|
| // Note that this event may be fired even if the corresponding |category| is
|
| // not currently AVAILABLE, because open UIs may still be showing the
|
| - // suggestion that is to be removed.
|
| + // suggestion that is to be removed. This event may also be fired for
|
| + // |suggestion_id|s that never existed and should be ignored in that case.
|
| virtual void OnSuggestionInvalidated(ContentSuggestionsProvider* provider,
|
| Category category,
|
| const std::string& suggestion_id) = 0;
|
|
|