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

Unified Diff: content/renderer/image_downloader/image_downloader_impl.cc

Issue 1846733004: Rename IgnoringCacheData to ValidatingCacheData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 4 years, 9 months 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 | « content/child/web_url_request_util.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)));
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698