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

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

Issue 2833473002: Record NTP.LogoShownTime for timely refreshs only (Closed)
Patch Set: Remove skippedCallback and call onLogoAvailable more explicitly 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..cf05c56c6e7718f371d4b81f9b04cfbe2c7ce6a4 100644
--- a/chrome/browser/android/logo_bridge.h
+++ b/chrome/browser/android/logo_bridge.h
@@ -63,10 +63,8 @@ class LogoBridge : public doodle::DoodleService::Observer {
void OnDoodleConfigUpdated(
const base::Optional<doodle::DoodleConfig>& maybe_doodle_config) override;
- void DoodleConfigReceived(
- const base::Optional<doodle::DoodleConfig>& maybe_doodle_config,
- bool from_cache);
-
+ void NotifyNoLogoAvailable(bool from_cache);
+ void FetchDoodleImage(const doodle::DoodleConfig& doodle_config);
void DoodleImageFetched(bool config_from_cache,
const GURL& on_click_url,
const std::string& alt_text,

Powered by Google App Engine
This is Rietveld 408576698