| Index: chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.h b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| index 520ef3fd5b48120a62a85d6859e168aa8aa5a305..e5332b84e9b5cceab2566e308c16127abcaad906 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -62,6 +62,10 @@ class NTPSnippetsBridge
|
| const base::android::JavaParamRef<jobject>& obj,
|
| const base::android::JavaParamRef<jstring>& suggestion_id);
|
|
|
| + void DismissCategory(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| + jint category);
|
| +
|
| // Checks if the URL has been visited. The callback will not be called
|
| // synchronously.
|
| void GetURLVisited(JNIEnv* env,
|
|
|