| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 0cd2bdb72c532b4d3cac225a215afcb10993c42b..3a86786b3b6eba112e8f114644ac12da0e1e76e7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -339,6 +339,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| int DownloadImage(const GURL& url,
|
| bool is_favicon,
|
| uint32_t max_bitmap_size,
|
| + bool bypass_cache,
|
| const ImageDownloadCallback& callback) override;
|
| bool IsSubframe() const override;
|
| void Find(int request_id,
|
|
|