Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
index aae5ee30ac24a6883c98d274911021e701b85164..7d362f259f8fd945fd40ff9746e42224053b60c1 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
@@ -53,6 +53,9 @@ bool MaybeBypassProxyAndPrepareToRetry( |
request, &data_reduction_proxy_type_info)) { |
return false; |
} |
+ // TODO(bengr): Implement bypass for CONNECT tunnel. |
+ if (data_reduction_proxy_type_info.is_ssl) |
+ return false; |
// Empty implies either that the request was served from cache or that |
// request was served directly from the origin. |