| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| index b4f54cdee9485596fd8b20632b87391e6888ffea..60d31bcd4882afdbd584fd5ac35e7c995f7e36a5 100644
|
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| @@ -27,7 +27,7 @@ DataReductionProxyDebugResourceThrottle::MaybeCreate(
|
| const net::URLRequest* request,
|
| content::ResourceType resource_type,
|
| const DataReductionProxyIOData* io_data) {
|
| - if (io_data->IsEnabled() &&
|
| + if (io_data && io_data->IsEnabled() &&
|
| data_reduction_proxy::DataReductionProxyParams::
|
| WarnIfNoDataReductionProxy()) {
|
| DCHECK(io_data->params());
|
|
|