Index: net/http/http_response_headers_unittest.cc |
diff --git a/net/http/http_response_headers_unittest.cc b/net/http/http_response_headers_unittest.cc |
index b6211ce5389fcfefb33259c1f05841c4934bcd7f..c433e1d5b07b3a8ac21d5db7a247936ad32c0566 100644 |
--- a/net/http/http_response_headers_unittest.cc |
+++ b/net/http/http_response_headers_unittest.cc |
@@ -2056,6 +2056,10 @@ TEST(HttpResponseHeadersTest, IsChromeProxyResponse) { |
false, |
}, |
{ "HTTP/1.1 200 OK\n" |
+ "Via: 1\n", |
+ false, |
+ }, |
+ { "HTTP/1.1 200 OK\n" |
"Via: 1.1 Chrome-Compression-Proxy\n", |
true, |
}, |