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

Unified Diff: net/quic/test_tools/quic_stream_peer.h

Issue 2712553002: Remove unused methods from QuicStreamPeer. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | net/quic/test_tools/quic_stream_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_peer.h
diff --git a/net/quic/test_tools/quic_stream_peer.h b/net/quic/test_tools/quic_stream_peer.h
index 8744db664d7cdebb70f345ef7fd2bcc6d762baf1..c0fa1063c3ecf3076c95572970060694c620c10f 100644
--- a/net/quic/test_tools/quic_stream_peer.h
+++ b/net/quic/test_tools/quic_stream_peer.h
@@ -27,12 +27,7 @@ class QuicStreamPeer {
static void CloseReadSide(QuicStream* stream);
static bool FinSent(QuicStream* stream);
- static bool FinReceived(QuicStream* stream);
static bool RstSent(QuicStream* stream);
- static bool RstReceived(QuicStream* stream);
-
- static bool ReadSideClosed(QuicStream* stream);
- static bool WriteSideClosed(QuicStream* stream);
static uint32_t SizeOfQueuedData(QuicStream* stream);
« no previous file with comments | « no previous file | net/quic/test_tools/quic_stream_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698