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

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

Issue 329403003: (minor) rename frames_ to buffered_frames_ in QuicStreamSequencer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/quic_stream_sequencer_test.cc ('k') | net/quic/test_tools/quic_stream_sequencer_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_sequencer_peer.h
diff --git a/net/quic/test_tools/quic_stream_sequencer_peer.h b/net/quic/test_tools/quic_stream_sequencer_peer.h
index 3c1831817c1e45080797b2512d06c148b8236704..5aee1590b7db6fe1e4d3e25bf03f35a549934a82 100644
--- a/net/quic/test_tools/quic_stream_sequencer_peer.h
+++ b/net/quic/test_tools/quic_stream_sequencer_peer.h
@@ -16,7 +16,7 @@ namespace test {
class QuicStreamSequencerPeer {
public:
- static std::map<QuicStreamOffset, std::string>* GetFrames(
+ static std::map<QuicStreamOffset, std::string>* GetBufferedFrames(
QuicStreamSequencer* sequencer);
static QuicStreamOffset GetCloseOffset(QuicStreamSequencer* sequencer);
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/test_tools/quic_stream_sequencer_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698