Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/browser/android/ntp/ntp_snippets_bridge.h

Issue 2340333002: 📰 Make status cards swipable (Closed)
Patch Set: fix nit Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698