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 df93620e813c1f873d812e03b79cb0637895201f..5c2715d5f1ce4889a51d3e27390201a38bd3dd9b 100644 |
--- a/chrome/browser/android/ntp/ntp_snippets_bridge.h |
+++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h |
@@ -49,10 +49,11 @@ class NTPSnippetsBridge |
const base::android::JavaParamRef<jobject>& callback, |
const base::android::JavaParamRef<jstring>& jurl); |
- // Returns the status of the ARTICLES category. |
+ // Returns the status of |category|. |
// See CategoryStatus for more info. |
int GetCategoryStatus(JNIEnv* env, |
- const base::android::JavaParamRef<jobject>& obj); |
+ const base::android::JavaParamRef<jobject>& obj, |
+ jint category); |
static bool Register(JNIEnv* env); |