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

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

Issue 2669173002: Use IOSImageDataFetcherWrapper (Closed)
Patch Set: Update comments Created 3 years, 11 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..e7ababdd475078318447df23dc064b98f6edabd8 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
@@ -38,6 +38,12 @@
block(nil);
}
+- (void)fetchSmallIconWithImageFetcher:
+ (image_fetcher::IOSImageDataFetcherWrapper*)imageFetcher
+ completionBlock:(void (^)(UIImage*))block {
+ block(nil);
+}
+
- (BOOL)canOpenURL:(const GURL&)url {
if (!url.is_valid())
return YES;

Powered by Google App Engine
This is Rietveld 408576698