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

Unified Diff: net/http/bidirectional_stream_unittest.cc

Issue 2365243004: QUIC/1+SPYD/3 => QUIC (Closed)
Patch Set: Rebase. Created 4 years, 2 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/bidirectional_stream_unittest.cc
diff --git a/net/http/bidirectional_stream_unittest.cc b/net/http/bidirectional_stream_unittest.cc
index 01881e34434b35166bc4ad76e7583c37e8e0f830..2e44f8b58d1008005620956642397855e0f846d3 100644
--- a/net/http/bidirectional_stream_unittest.cc
+++ b/net/http/bidirectional_stream_unittest.cc
@@ -1685,7 +1685,7 @@ TEST_F(BidirectionalStreamTest, TestHonorAlternativeServiceHeader) {
http_session_->http_server_properties()->GetAlternativeServices(
url::SchemeHostPort(default_url_));
ASSERT_EQ(1u, alternative_service_vector.size());
- EXPECT_EQ(AlternateProtocolFromNextProto(kProtoQUIC1SPDY3),
+ EXPECT_EQ(AlternateProtocolFromNextProto(kProtoQUIC),
alternative_service_vector[0].protocol);
EXPECT_EQ("www.example.org", alternative_service_vector[0].host);
EXPECT_EQ(443, alternative_service_vector[0].port);

Powered by Google App Engine
This is Rietveld 408576698