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

Unified Diff: net/quic/quic_stream_sequencer.h

Issue 2129723002: Adds a DebugString method to QuicStreamSequencer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@126189095
Patch Set: Use base::IntToString 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 | « no previous file | net/quic/quic_stream_sequencer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_sequencer.h
diff --git a/net/quic/quic_stream_sequencer.h b/net/quic/quic_stream_sequencer.h
index 3f37a7ec35fbe66ee009dec11f088d814445a690..d0e5d93a002060a79da90baceac18d63e34ac17c 100644
--- a/net/quic/quic_stream_sequencer.h
+++ b/net/quic/quic_stream_sequencer.h
@@ -95,6 +95,9 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer {
bool ignore_read_data() const { return ignore_read_data_; }
+ // Returns std::string describing internal state.
+ const std::string DebugString() const;
+
private:
friend class test::QuicStreamSequencerPeer;
« no previous file with comments | « no previous file | net/quic/quic_stream_sequencer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698