| Index: chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.cc b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| index 97be38154d267c14948eaaffedf539a497bec5c2..d920bfd29de22539fdd50d7455090a5687787edd 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -347,6 +347,7 @@ void NTPSnippetsBridge::OnSuggestionOpened(JNIEnv* env,
|
| const JavaParamRef<jobject>& obj,
|
| jint global_position,
|
| jint j_category_id,
|
| + jint category_index,
|
| jint category_position,
|
| jlong publish_timestamp_ms,
|
| jfloat score,
|
|
|