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

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

Issue 2599743002: Trigger the Snippets Scheduler when Resuming Activities (Closed)
Patch Set: Renamed and moved the call to the bridge. Created 4 years 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 5baf93ba1fde798b09e300162da9af1580a4daba..9f26ab008d6bee75b2d14632f4fdfa3658a517c8 100644
--- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
+++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
@@ -131,6 +131,9 @@ class NTPSnippetsBridge
jint j_category_id,
jint position);
+ void OnBrowserStarted(JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj);
+
static bool Register(JNIEnv* env);
private:

Powered by Google App Engine
This is Rietveld 408576698