| Index: components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc
|
| diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc b/components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc
|
| index 0b77fad7d05c9d6b31918212be5095e7af6bdad3..871d66589e0d4834e51ab59ab0bc56de6e3e1934 100644
|
| --- a/components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc
|
| +++ b/components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc
|
| @@ -337,14 +337,6 @@ TEST_F(DataReductionProxyHeadersTest, GetDataReductionProxyBypassEventType) {
|
| { "HTTP/1.1 414 Request-URI Too Long\n"
|
| "Via: 1.1 Chrome-Compression-Proxy\n",
|
| net::ProxyService::BYPASS_EVENT_TYPE_MAX,
|
| - },
|
| - { "HTTP/1.1 407 Proxy Authentication Required\n",
|
| - net::ProxyService::MALFORMED_407_BYPASS,
|
| - },
|
| - { "HTTP/1.1 407 Proxy Authentication Required\n"
|
| - "Proxy-Authenticate: Basic\n"
|
| - "Via: 1.1 Chrome-Compression-Proxy\n",
|
| - net::ProxyService::BYPASS_EVENT_TYPE_MAX,
|
| }
|
| };
|
| for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
|
|
|