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 dcc124aee6e290babb421fed6c4f828ef89721ee..48910f33975071c4f144148ef4d18b4afc9efcbc 100644 |
--- a/chrome/browser/android/ntp/ntp_snippets_bridge.h |
+++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h |
@@ -51,6 +51,13 @@ class NTPSnippetsBridge |
const base::android::JavaParamRef<jobject>& obj, |
jint category); |
+ // Triggers a fetch for new suggestions (over the network, for example) for |
+ // the given |category|. This must be initiated by the user (e.g. by clicking |
+ // the a "More" button). |
Marc Treib
2016/08/10 09:40:30
nit: remove "a"
Philipp Keck
2016/08/10 13:14:46
Done.
|
+ void FetchMoreSuggestions(JNIEnv* env, |
+ const base::android::JavaParamRef<jobject>& obj, |
+ jint category); |
+ |
void FetchSuggestionImage( |
JNIEnv* env, |
const base::android::JavaParamRef<jobject>& obj, |