| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 879e8d8513c03fa6ccb621249098bb66873a0fab..f0b524f8fb7ed21df07cc6affa7b2856f3963a7d 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -21,6 +21,7 @@
|
| #include "content/public/browser/web_ui.h"
|
| #include "content/public/common/stop_find_action.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/window_open_disposition.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -572,6 +573,7 @@ class WebContents : public PageNavigator,
|
| virtual int DownloadImage(const GURL& url,
|
| bool is_favicon,
|
| uint32_t max_bitmap_size,
|
| + blink::WebURLRequest::CachePolicy cache_policy,
|
| const ImageDownloadCallback& callback) = 0;
|
|
|
| // Returns true if the WebContents is responsible for displaying a subframe
|
|
|