| 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 5818ae08fc2e2083a85a2c73ecd1903fa9afdbac..e217965b77e2c1fad66b232c7b8fa013c6235d39 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -141,7 +141,7 @@ base::android::ScopedJavaLocalRef<jobject> NTPSnippetsBridge::GetCategoryInfo(
|
| return base::android::ScopedJavaLocalRef<jobject>(env, nullptr);
|
| return Java_SnippetsBridge_createSuggestionsCategoryInfo(
|
| env, ConvertUTF16ToJavaString(env, info->title()).obj(),
|
| - static_cast<int>(info->card_layout()));
|
| + static_cast<int>(info->card_layout()), info->has_more_button());
|
| }
|
|
|
| ScopedJavaLocalRef<jobject> NTPSnippetsBridge::GetSuggestionsForCategory(
|
|
|