Index: chrome/browser/android/intercept_download_resource_throttle.cc |
diff --git a/chrome/browser/android/intercept_download_resource_throttle.cc b/chrome/browser/android/intercept_download_resource_throttle.cc |
index ba1f34d63a9496a21a61849480d318d85cd0a918..eb3e42b7b8e7d41339ce814e00cb0374ad20f9f9 100644 |
--- a/chrome/browser/android/intercept_download_resource_throttle.cc |
+++ b/chrome/browser/android/intercept_download_resource_throttle.cc |
@@ -54,7 +54,7 @@ void InterceptDownloadResourceThrottle::ProcessDownloadRequest() { |
if (headers.HasHeader(net::HttpRequestHeaders::kAuthorization) || |
!(request_->response_info().headers && |
data_reduction_proxy::HasDataReductionProxyViaHeader( |
- request_->response_info().headers))) { |
+ request_->response_info().headers, NULL))) { |
return; |
} |
#else |