| 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()) {
|
|
|