| 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 c275945b92676605c818e9a549af5b97050ef5c5..3389af1dd149f3c82f0e81cd561407da7f9bc748 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -202,9 +202,8 @@ base::android::ScopedJavaLocalRef<jobject> NTPSnippetsBridge::GetCategoryInfo(
|
| }
|
| return Java_SnippetsBridge_createSuggestionsCategoryInfo(
|
| env, j_category_id, ConvertUTF16ToJavaString(env, info->title()),
|
| - static_cast<int>(info->card_layout()), info->has_more_action(),
|
| - info->has_reload_action(), info->has_view_all_action(),
|
| - info->show_if_empty(),
|
| + static_cast<int>(info->card_layout()), info->has_fetch_action(),
|
| + info->has_view_all_action(), info->show_if_empty(),
|
| ConvertUTF16ToJavaString(env, info->no_suggestions_message()));
|
| }
|
|
|
|
|