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

Unified Diff: content/browser/download/download_request_core.h

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: Created 3 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
Index: content/browser/download/download_request_core.h
diff --git a/content/browser/download/download_request_core.h b/content/browser/download/download_request_core.h
index 395a90e4557cd4732b4b1510b635a6857e16404a..4835db71e25f81def344da0cbb50bf13570ea347 100644
--- a/content/browser/download/download_request_core.h
+++ b/content/browser/download/download_request_core.h
@@ -116,7 +116,7 @@ class CONTENT_EXPORT DownloadRequestCore
private:
static DownloadInterruptReason HandleRequestStatus(
- const net::URLRequestStatus& status);
+ const net::URLRequestStatus& status, bool has_strong_validators);
static DownloadInterruptReason HandleSuccessfulServerResponse(
const net::HttpResponseHeaders& http_headers,

Powered by Google App Engine
This is Rietveld 408576698