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

Unified Diff: ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm

Issue 2669173002: Use IOSImageDataFetcherWrapper (Closed)
Patch Set: Rebase Created 3 years, 10 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: ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm
diff --git a/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm b/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm
index 9bff4f468415624db9c5bda47a1c369e13beec4b..b99a90363e222df23610373525159d7a8f0dfb60 100644
--- a/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm
+++ b/ios/public/provider/chrome/browser/native_app_launcher/fake_native_app_metadata.mm
@@ -33,8 +33,9 @@
return nil;
}
-- (void)fetchSmallIconWithContext:(net::URLRequestContextGetter*)contextGetter
- completionBlock:(void (^)(UIImage*))block {
+- (void)fetchSmallIconWithImageFetcher:
+ (image_fetcher::IOSImageDataFetcherWrapper*)imageFetcher
+ completionBlock:(void (^)(UIImage*))block {
block(nil);
}

Powered by Google App Engine
This is Rietveld 408576698