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

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

Issue 2706893002: Make QuicFramer unaware of path. Also, send/receive PathClose has no effect. (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 | « net/quic/core/quic_framer_test.cc ('k') | net/quic/test_tools/quic_framer_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_framer_peer.h
diff --git a/net/quic/test_tools/quic_framer_peer.h b/net/quic/test_tools/quic_framer_peer.h
index 7b8b17947a0b7f2b0c4e665bfb7cb7c9bbf994a1..930f1645c0c0464b6b54d356ff8465cac21ee885 100644
--- a/net/quic/test_tools/quic_framer_peer.h
+++ b/net/quic/test_tools/quic_framer_peer.h
@@ -37,10 +37,6 @@ class QuicFramerPeer {
static QuicPacketNumber GetLastPacketNumber(QuicFramer* framer);
- static QuicPathId GetLastPathId(QuicFramer* framer);
-
- static bool IsPathClosed(QuicFramer* framer, QuicPathId path_id);
-
private:
DISALLOW_COPY_AND_ASSIGN(QuicFramerPeer);
};
« no previous file with comments | « net/quic/core/quic_framer_test.cc ('k') | net/quic/test_tools/quic_framer_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698