| 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 3c06440f343700ffdff5a1e89d6e40d4a294b0e0..16ea646422762abbe9b26c8a367dd00e57ae5083 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 ContentSuggestionsCategoryStatus 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);
|
|
|
|
|