| 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,
 | 
| 
 |