Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2926)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java

Issue 2519053002: 📰 Let the backend trigger sign in related refreshes (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
/**

Powered by Google App Engine
This is Rietveld 408576698