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 2d691206d79fe62217503b4716ed832416d539af..2140655f69f68982373c7cc9f520ea4609a4eb43 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 |
@@ -46,7 +46,8 @@ public interface SuggestionsSource { |
/** |
* Gets the current content suggestions for a category, in the order in which they should be |
- * displayed. |
+ * displayed. If the status of the category is not one of the available statuses, this will |
+ * return an empty list. |
*/ |
List<SnippetArticleListItem> getSuggestionsForCategory(int category); |