| Index: chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.cc b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| index 4efe2c9738cd61747e432333512923c1a827688b..841224a5f25c4a116f8f78aaefe2b0f141c6eb00 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| @@ -128,6 +128,14 @@ void SnippetsInternalsMessageHandler::OnCategoryStatusChanged(
|
| SendContentSuggestions();
|
| }
|
|
|
| +void SnippetsInternalsMessageHandler::OnSuggestionInvalidated(
|
| + ntp_snippets::Category category,
|
| + const std::string& suggestion_id) {
|
| + if (!dom_loaded_)
|
| + return;
|
| + SendContentSuggestions();
|
| +}
|
| +
|
| void SnippetsInternalsMessageHandler::ContentSuggestionsServiceShutdown() {}
|
|
|
| void SnippetsInternalsMessageHandler::HandleRefreshContent(
|
|
|