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

Unified Diff: chrome/browser/android/logo_bridge.h

Issue 2833473002: Record NTP.LogoShownTime for timely refreshs only (Closed)
Patch Set: Split refresh callback into own interface Created 3 years, 8 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/logo_bridge.h
diff --git a/chrome/browser/android/logo_bridge.h b/chrome/browser/android/logo_bridge.h
index 89f5f48b12a3ecf1dbc0e09e08098b45d4aee407..01ce907c101066ef0d828199433613199c6a7d9f 100644
--- a/chrome/browser/android/logo_bridge.h
+++ b/chrome/browser/android/logo_bridge.h
@@ -43,7 +43,8 @@ class LogoBridge : public doodle::DoodleService::Observer {
void GetCurrentLogo(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
- const base::android::JavaParamRef<jobject>& j_logo_observer);
+ const base::android::JavaParamRef<jobject>& j_logo_observer,
+ const base::android::JavaParamRef<jobject>& j_refresh_skipped_callback);
// Downloads the animated logo from the given URL and returns it to the
// callback. Does not support multiple concurrent requests: A second request

Powered by Google App Engine
This is Rietveld 408576698