| 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
|
|
|