Chromium Code Reviews

Unified Diff: content/child/web_url_request_util.cc

Issue 669073003: Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 11c1b01bc6321c5fb107c834b52aebd1aedbc83d..6f03e998b97da16d27ca8e3e17301b23b37aa3ea 100644
--- a/content/child/web_url_request_util.cc
+++ b/content/child/web_url_request_util.cc
@@ -197,8 +197,6 @@ int GetLoadFlagsForWebURLRequest(const blink::WebURLRequest& request) {
NOTREACHED();
}
- if (request.reportUploadProgress())
- load_flags |= net::LOAD_ENABLE_UPLOAD_PROGRESS;
if (request.reportRawHeaders())
load_flags |= net::LOAD_REPORT_RAW_HEADERS;

Powered by Google App Engine