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

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

Issue 2757643002: components/image_fetcher: Expose RequestMetadata from ImageFetcher (Closed)
Patch Set: logo_bridge Created 3 years, 9 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
« no previous file with comments | « chrome/browser/android/logo_bridge.h ('k') | chrome/browser/chromeos/hats/hats_notification_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/logo_bridge.cc
diff --git a/chrome/browser/android/logo_bridge.cc b/chrome/browser/android/logo_bridge.cc
index 78b7074fa3f1ce34c3196b658085f7e3fab3ba0b..347441e40b42e63e34875aeb6e961fa996cdfd48 100644
--- a/chrome/browser/android/logo_bridge.cc
+++ b/chrome/browser/android/logo_bridge.cc
@@ -283,12 +283,14 @@ void LogoBridge::DoodleConfigReceived(
from_cache, on_click_url, alt_text, animated_image_url));
}
-void LogoBridge::DoodleImageFetched(bool config_from_cache,
- const GURL& on_click_url,
- const std::string& alt_text,
- const GURL& animated_image_url,
- const std::string& image_fetch_id,
- const gfx::Image& image) {
+void LogoBridge::DoodleImageFetched(
+ bool config_from_cache,
+ const GURL& on_click_url,
+ const std::string& alt_text,
+ const GURL& animated_image_url,
+ const std::string& image_fetch_id,
+ const gfx::Image& image,
+ const image_fetcher::RequestMetadata& metadata) {
JNIEnv* env = base::android::AttachCurrentThread();
if (image.IsEmpty()) {
« no previous file with comments | « chrome/browser/android/logo_bridge.h ('k') | chrome/browser/chromeos/hats/hats_notification_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698