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

Unified Diff: net/socket/ssl_client_socket_pool.cc

Issue 10005041: Remove SPDY 2.1 support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove references to deleted flags from chrome/browser Created 8 years, 8 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/socket/ssl_client_socket.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_pool.cc
diff --git a/net/socket/ssl_client_socket_pool.cc b/net/socket/ssl_client_socket_pool.cc
index 46a3af11d9ffe3bf524ea7cd2d9856a13e7a63d0..7cdf2f8d8a727325fcf73dc18fd7f05d2b7b8a33 100644
--- a/net/socket/ssl_client_socket_pool.cc
+++ b/net/socket/ssl_client_socket_pool.cc
@@ -303,7 +303,6 @@ int SSLConnectJob::DoSSLConnectComplete(int result) {
// TODO(mbelshe): verify it was a protocol we advertised?
if (protocol_negotiated == kProtoSPDY1 ||
protocol_negotiated == kProtoSPDY2 ||
- protocol_negotiated == kProtoSPDY21 ||
protocol_negotiated == kProtoSPDY3) {
ssl_socket_->set_was_spdy_negotiated(true);
}
« no previous file with comments | « net/socket/ssl_client_socket.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698