| Index: chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc
|
| diff --git a/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc b/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc
|
| index c3c0311bfc563f546385cc1e50ab709580b9c950..93d85f73b6301d71490b3d45716704a4089ae16b 100644
|
| --- a/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc
|
| +++ b/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc
|
| @@ -41,7 +41,7 @@ DataReductionProxyResourceThrottle::MaybeCreate(
|
| ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
|
| // Don't create the throttle if we can't handle the request.
|
| if (io_data->IsOffTheRecord() || !io_data->IsDataReductionProxyEnabled() ||
|
| - request->url().SchemeIsSecure()) {
|
| + request->url().SchemeIsCryptographic()) {
|
| return NULL;
|
| }
|
|
|
|
|