| 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 250cf32664157acddd2860f07eebf9e87dd96c90..da438d8a21ecb13cd49c4df7dcb18f4012f3c48d 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
|
| @@ -274,6 +274,11 @@ TEST_F(DataReductionProxyHeadersTest, GetDataReductionProxyBypassEventType) {
|
| { "HTTP/1.1 200 OK\n"
|
| "Chrome-Proxy: bypass=0\n"
|
| "Via: 1.1 Chrome-Compression-Proxy\n",
|
| + net::ProxyService::MEDIUM_BYPASS,
|
| + },
|
| + { "HTTP/1.1 200 OK\n"
|
| + "Chrome-Proxy: bypass=1\n"
|
| + "Via: 1.1 Chrome-Compression-Proxy\n",
|
| net::ProxyService::SHORT_BYPASS,
|
| },
|
| { "HTTP/1.1 200 OK\n"
|
|
|