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

Unified Diff: components/favicon/ios/web_favicon_driver.h

Issue 2677993002: Use IOSImageDataFetcherWrapper for favicon (Closed)
Patch Set: Actually adding the header 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
« no previous file with comments | « components/favicon/ios/DEPS ('k') | components/favicon/ios/web_favicon_driver.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/ios/web_favicon_driver.h
diff --git a/components/favicon/ios/web_favicon_driver.h b/components/favicon/ios/web_favicon_driver.h
index b5209a1b7a0a5067db20c93bb3e054ad3e18fcef..59cfca2e2d074931cee773c3cdc780679366205a 100644
--- a/components/favicon/ios/web_favicon_driver.h
+++ b/components/favicon/ios/web_favicon_driver.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "components/favicon/core/favicon_driver_impl.h"
+#import "components/image_fetcher/ios/ios_image_data_fetcher_wrapper.h"
#include "ios/web/public/web_state/web_state_observer.h"
#include "ios/web/public/web_state/web_state_user_data.h"
@@ -58,6 +59,9 @@ class WebFaviconDriver : public web::WebStateObserver,
// The URL passed to FetchFavicon().
GURL fetch_favicon_url_;
+ // Image Fetcher used to fetch favicon.
+ image_fetcher::IOSImageDataFetcherWrapper image_fetcher_;
+
DISALLOW_COPY_AND_ASSIGN(WebFaviconDriver);
};
« no previous file with comments | « components/favicon/ios/DEPS ('k') | components/favicon/ios/web_favicon_driver.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698