| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| index 9119d7c22a1470453c51396ee37e6a18bcd28748..40e848405f2957144d37ce4adfe1d3802fd5ebd0 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| @@ -85,6 +85,7 @@ bool DataReductionProxyBypassProtocol::MaybeBypassProxyAndPrepareToRetry(
|
| net::URLRequest* request,
|
| DataReductionProxyBypassType* proxy_bypass_type,
|
| DataReductionProxyInfo* data_reduction_proxy_info) {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| DCHECK(request);
|
| const net::HttpResponseHeaders* response_headers =
|
| request->response_info().headers.get();
|
|
|