Chromium Code Reviews| 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 292ffa450e3ffc0cb168c1525d1aeb018f502841..715b127700c46fee4f2655120196d55716c8ee72 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 is has a pull new ones. */ |
|
Bernhard Bauer
2016/11/21 15:48:15
Nit: the end of this sentence doesn't parse.
Marc Treib
2016/11/21 15:48:53
s/a/and/
dgn
2016/11/21 16:22:07
Done.
|
| + void onFullRefreshRequired(); |
| } |
| /** |