| 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 d5167a16aa51dba5503b49d5a365ec994da232dc..fc4ce22553d37f130f3036d79e979832b99bbe0f 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -251,6 +251,12 @@ void NTPSnippetsBridge::DismissCategory(JNIEnv* env,
|
| content_suggestions_service_->DismissCategory(CategoryFromIDValue(category));
|
| }
|
|
|
| +void NTPSnippetsBridge::RestoreDismissedCategories(
|
| + JNIEnv* env,
|
| + const JavaParamRef<jobject>& obj) {
|
| + content_suggestions_service_->RestoreDismissedCategories();
|
| +}
|
| +
|
| void NTPSnippetsBridge::OnPageShown(
|
| JNIEnv* env,
|
| const JavaParamRef<jobject>& obj,
|
|
|