Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: net/http/http_proxy_client_socket_pool_unittest.cc

Issue 987123002: Advertise HTTP/2 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_response_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_proxy_client_socket_pool_unittest.cc
diff --git a/net/http/http_proxy_client_socket_pool_unittest.cc b/net/http/http_proxy_client_socket_pool_unittest.cc
index f80ef3df36920e691d1fa5d94c1d8e0d250dbede..2cd1ff01ac5deb6c38151ea6095794c6c1d84519 100644
--- a/net/http/http_proxy_client_socket_pool_unittest.cc
+++ b/net/http/http_proxy_client_socket_pool_unittest.cc
@@ -348,7 +348,10 @@ INSTANTIATE_TEST_CASE_P(
HttpProxyClientSocketPoolTestParams(SPDY, kProtoSPDY4_14),
HttpProxyClientSocketPoolTestParams(HTTP, kProtoSPDY4_15),
HttpProxyClientSocketPoolTestParams(HTTPS, kProtoSPDY4_15),
- HttpProxyClientSocketPoolTestParams(SPDY, kProtoSPDY4_15)));
+ HttpProxyClientSocketPoolTestParams(SPDY, kProtoSPDY4_15),
+ HttpProxyClientSocketPoolTestParams(HTTP, kProtoSPDY4),
+ HttpProxyClientSocketPoolTestParams(HTTPS, kProtoSPDY4),
+ HttpProxyClientSocketPoolTestParams(SPDY, kProtoSPDY4)));
TEST_P(HttpProxyClientSocketPoolTest, NoTunnel) {
Initialize(NULL, 0, NULL, 0, NULL, 0, NULL, 0);
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698