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

Unified Diff: net/quic/quic_session_test.cc

Issue 1471573002: Replacing EffectivePriority with Priority for QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107595145
Patch Set: Created 5 years, 1 month 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/quic/quic_session.cc ('k') | net/quic/quic_spdy_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session_test.cc
diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc
index 699d588b32634a316435af3f40a8fc9086bbbe43..74b5a03435a82a4da0845dd57abb4044a2508b62 100644
--- a/net/quic/quic_session_test.cc
+++ b/net/quic/quic_session_test.cc
@@ -389,7 +389,7 @@ TEST_P(QuicSessionTestServer,
const QuicPriority kDifferentPriority = 0;
TestStream* stream2 = session_.CreateOutgoingDynamicStream();
- EXPECT_NE(kDifferentPriority, stream2->EffectivePriority());
+ EXPECT_NE(kDifferentPriority, stream2->Priority());
EXPECT_DEBUG_DFATAL(session_.MarkConnectionLevelWriteBlocked(
stream2->id(), kDifferentPriority),
"Priorities do not match. Got: 0 Expected: 3");
« no previous file with comments | « net/quic/quic_session.cc ('k') | net/quic/quic_spdy_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698