| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| index d298b1fd4afd3c32f40d0aee696096fde63b8bbc..073147059a8ed649918b63bee512cfe476f0b4c0 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| @@ -35,6 +35,9 @@
|
| * currently exist or has never existed and should be ignored in that case.
|
| */
|
| void onSuggestionInvalidated(@CategoryInt int category, String idWithinCategory);
|
| +
|
| + /** Called when the observer should discard the suggestions it has and pull new ones. */
|
| + void onFullRefreshRequired();
|
| }
|
|
|
| /**
|
|
|