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

Unified Diff: ios/web/public/web_state/ui/crw_web_delegate.h

Issue 2528043002: Implement DownloadImage directly in WebStateImpl (Closed)
Patch Set: Restrict DEPS Created 4 years 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 | « ios/web/BUILD.gn ('k') | ios/web/web_state/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/ui/crw_web_delegate.h
diff --git a/ios/web/public/web_state/ui/crw_web_delegate.h b/ios/web/public/web_state/ui/crw_web_delegate.h
index a06fda4d1ef6f6278b862eabe52f3ecdbb91e102..9d585b24c21df63c66d5f0f2df3dbea59bc17e8a 100644
--- a/ios/web/public/web_state/ui/crw_web_delegate.h
+++ b/ios/web/public/web_state/ui/crw_web_delegate.h
@@ -109,11 +109,6 @@ struct Referrer;
onFormResubmissionForRequest:(NSURLRequest*)request
continueBlock:(ProceduralBlock)continueBlock
cancelBlock:(ProceduralBlock)cancelBlock;
-// Returns the unique id of the download request and starts downloading the
-// image at |url| without sending the cookies. Invokes |callback| on completion.
-- (int)downloadImageAtUrl:(const GURL&)url
- maxBitmapSize:(uint32_t)maxBitmapSize
- callback:(const web::WebState::ImageDownloadCallback&)callback;
// ---------------------------------------------------------------------
// TODO(rohitrao): Eliminate as many of the following delegate methods as
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/web_state/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698