Index: net/http/http_stream_factory_impl_job.cc |
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc |
index 06cf1bbbb3d83ebb7aed0e02d308cf617919da0a..c04cb47e82a5e57476f83dcdee7fd914a19c3fc1 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -1009,7 +1009,7 @@ int HttpStreamFactoryImpl::Job::DoInitConnectionComplete(int result) { |
if (ssl_started && (result == OK || IsCertificateError(result))) { |
if (using_quic_ && result == OK) { |
was_alpn_negotiated_ = true; |
- negotiated_protocol_ = kProtoQUIC1SPDY3; |
+ negotiated_protocol_ = kProtoQUIC; |
} else { |
SSLClientSocket* ssl_socket = |
static_cast<SSLClientSocket*>(connection_->socket()); |