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

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

Issue 2400783003: Ntp: show AllDismissedItem when all sections have been dismissed. (Closed)
Patch Set: Created 4 years, 2 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 4c2270ab17fee77df7b4240d0ed199f311fdce37..a4982caf88f7ba5c4ae3887103525860b3a3afab 100644
--- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
+++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
@@ -71,6 +71,10 @@ class NTPSnippetsBridge
const base::android::JavaParamRef<jobject>& obj,
jint category);
+ void RestoreDismissedCategories(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj);
+
// 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