| Index: net/quic/reliable_quic_stream.h
|
| diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h
|
| index 93ad0c695fc4fe01bf918c2a34581cbabed27b38..5757d8dd47e3c0cd2ba2b98d39c4449263c8ecf6 100644
|
| --- a/net/quic/reliable_quic_stream.h
|
| +++ b/net/quic/reliable_quic_stream.h
|
| @@ -97,7 +97,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream {
|
| virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame);
|
|
|
| int num_frames_received() const;
|
| -
|
| + int num_early_frames_received() const;
|
| int num_duplicate_frames_received() const;
|
|
|
| QuicFlowController* flow_controller() { return &flow_controller_; }
|
|
|