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

Unified Diff: net/http/http_proxy_client_socket_pool_spdy3_unittest.cc

Issue 9618002: SPDY - integration of spdy/3 code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
Index: net/http/http_proxy_client_socket_pool_spdy3_unittest.cc
===================================================================
--- net/http/http_proxy_client_socket_pool_spdy3_unittest.cc (revision 125802)
+++ net/http/http_proxy_client_socket_pool_spdy3_unittest.cc (working copy)
@@ -175,7 +175,7 @@
void InitializeSpdySsl() {
spdy::SpdyFramer::set_enable_compression_default(false);
- ssl_data_->SetNextProto(SSLClientSocket::kProtoSPDY21);
+ ssl_data_->SetNextProto(SSLClientSocket::kProtoSPDY3);
}
HttpNetworkSession* CreateNetworkSession() {

Powered by Google App Engine
This is Rietveld 408576698