| 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 7a66ecc096b54dadc747b222b237434d7cde5818..9a907b812b66a96b6a65eb1fe843fbca0e100446 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -139,6 +139,7 @@ class NTPSnippetsBridge
|
| ntp_snippets::CategoryStatus new_status) override;
|
| void OnSuggestionInvalidated(
|
| const ntp_snippets::ContentSuggestion::ID& suggestion_id) override;
|
| + void OnFullRefreshRequired() override;
|
| void ContentSuggestionsServiceShutdown() override;
|
|
|
| void OnImageFetched(base::android::ScopedJavaGlobalRef<jobject> callback,
|
|
|