| 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 fc4ce22553d37f130f3036d79e979832b99bbe0f..7780518958d7b19178d08be3fa345068291991ec 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -172,7 +172,8 @@ base::android::ScopedJavaLocalRef<jobject> NTPSnippetsBridge::GetCategoryInfo(
|
| return Java_SnippetsBridge_createSuggestionsCategoryInfo(
|
| env, category, ConvertUTF16ToJavaString(env, info->title()),
|
| static_cast<int>(info->card_layout()), info->has_more_button(),
|
| - info->show_if_empty());
|
| + info->show_if_empty(),
|
| + ConvertUTF16ToJavaString(env, info->no_suggestions_message()));
|
| }
|
|
|
| ScopedJavaLocalRef<jobject> NTPSnippetsBridge::GetSuggestionsForCategory(
|
|
|