| Index: chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.h b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| index dcc124aee6e290babb421fed6c4f828ef89721ee..caa2d525c312170a996fabaec4e3907593bfdbac 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -79,6 +79,8 @@ class NTPSnippetsBridge
|
| 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 OnImageFetched(base::android::ScopedJavaGlobalRef<jobject> callback,
|
|
|