| Index: trunk/src/chrome/browser/android/intercept_download_resource_throttle.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/android/intercept_download_resource_throttle.cc (revision 287973)
|
| +++ trunk/src/chrome/browser/android/intercept_download_resource_throttle.cc (working copy)
|
| @@ -62,7 +62,7 @@
|
| if (headers.HasHeader(net::HttpRequestHeaders::kAuthorization) ||
|
| !(request_->response_info().headers &&
|
| data_reduction_proxy::HasDataReductionProxyViaHeader(
|
| - request_->response_info().headers, NULL))) {
|
| + request_->response_info().headers))) {
|
| return;
|
| }
|
| #else
|
|
|