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

Unified Diff: net/tools/quic/quic_simple_server_session_test.cc

Issue 2127983002: Deprecating --quic_cede_correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove use of flag in test Created 4 years, 5 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/quic/reliable_quic_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_simple_server_session_test.cc
diff --git a/net/tools/quic/quic_simple_server_session_test.cc b/net/tools/quic/quic_simple_server_session_test.cc
index 8e93f9bb37f5ccc8955db940c76349f6961dda96..49e667ccb47fbd536ecbccd1767f07d9ecfe6afc 100644
--- a/net/tools/quic/quic_simple_server_session_test.cc
+++ b/net/tools/quic/quic_simple_server_session_test.cc
@@ -205,8 +205,6 @@ class QuicSimpleServerSessionTest
visitor_ = QuicConnectionPeer::GetVisitor(connection_);
headers_stream_ = new MockQuicHeadersStream(session_.get());
QuicSpdySessionPeer::SetHeadersStream(session_.get(), headers_stream_);
- // TODO(jri): Remove this line once tests pass.
- FLAGS_quic_cede_correctly = false;
session_->OnConfigNegotiated();
}
« no previous file with comments | « net/quic/reliable_quic_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698