| Index: chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.h b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| index 14b2e5a53136b8d006a3f195022db6fe73a1cd03..7d8d635dded94fc21bb4d7103999509811ac4873 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| @@ -36,6 +36,8 @@ class SnippetsInternalsMessageHandler
|
| void OnCategoryStatusChanged(
|
| ntp_snippets::Category category,
|
| ntp_snippets::CategoryStatus new_status) override;
|
| + void OnSuggestionInvalidated(ntp_snippets::Category category,
|
| + const std::string& suggestion_id) override;
|
| void ContentSuggestionsServiceShutdown() override;
|
|
|
| void HandleRefreshContent(const base::ListValue* args);
|
|
|