| Index: content/renderer/image_downloader/image_downloader_impl.cc
|
| diff --git a/content/renderer/image_downloader/image_downloader_impl.cc b/content/renderer/image_downloader/image_downloader_impl.cc
|
| index 5fca5b9fc759ec0a221edaa67f32a3ea9d285190..70b8893f6aaefef644e7e251cf28bab76c77d575 100644
|
| --- a/content/renderer/image_downloader/image_downloader_impl.cc
|
| +++ b/content/renderer/image_downloader/image_downloader_impl.cc
|
| @@ -176,7 +176,7 @@ bool ImageDownloaderImpl::FetchImage(const GURL& image_url,
|
| image_fetchers_.push_back(new MultiResolutionImageResourceFetcher(
|
| image_url, frame, 0, is_favicon ? WebURLRequest::RequestContextFavicon
|
| : WebURLRequest::RequestContextImage,
|
| - bypass_cache ? WebURLRequest::ReloadBypassingCache
|
| + bypass_cache ? WebURLRequest::BypassingCache
|
| : WebURLRequest::UseProtocolCachePolicy,
|
| base::Bind(&ImageDownloaderImpl::DidFetchImage, base::Unretained(this),
|
| max_image_size, callback)));
|
|
|