Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
index 0459ded60bc057c0e1af30094916a8f896c44c11..7b117aa51c5aa75e8c39e2663c1d23d8dfe267e6 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
@@ -43,7 +43,8 @@ bool ContainsDataReductionProxyDefaultHostSuffix( |
for (const net::ProxyServer& proxy : proxy_list.GetAll()) { |
if (proxy.is_valid() && !proxy.is_direct() && |
base::EndsWith(proxy.host_port_pair().host(), |
- kDataReductionProxyDefaultHostSuffix, true)) { |
+ kDataReductionProxyDefaultHostSuffix, |
+ base::CompareCase::SENSITIVE)) { |
return true; |
} |
} |