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

Unified Diff: content/child/web_url_request_util.cc

Issue 1913803002: not for review, but for running tests with an error code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_request_util.cc
diff --git a/content/child/web_url_request_util.cc b/content/child/web_url_request_util.cc
index 5f14fbb4d9a753d6afcd2d415a783a5b41995728..ce04ac9d2cf590ce51e2a11622765fe53359e4b8 100644
--- a/content/child/web_url_request_util.cc
+++ b/content/child/web_url_request_util.cc
@@ -189,7 +189,6 @@ int GetLoadFlagsForWebURLRequest(const blink::WebURLRequest& request) {
GURL url = request.url();
switch (request.getCachePolicy()) {
case WebCachePolicy::ValidatingCacheData:
- load_flags |= net::LOAD_VALIDATE_CACHE;
break;
case WebCachePolicy::BypassingCache:
load_flags |= net::LOAD_BYPASS_CACHE;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698