| Index: net/quic/chromium/quic_chromium_client_stream.h
|
| diff --git a/net/quic/chromium/quic_chromium_client_stream.h b/net/quic/chromium/quic_chromium_client_stream.h
|
| index bef9eb4ebc90c52cb8f446f2e6b13f522cd430e5..f105154e5b130daae73e9d6b3892a7c3df87b822 100644
|
| --- a/net/quic/chromium/quic_chromium_client_stream.h
|
| +++ b/net/quic/chromium/quic_chromium_client_stream.h
|
| @@ -121,6 +121,9 @@ class NET_EXPORT_PRIVATE QuicChromiumClientStream : public QuicSpdyStream {
|
|
|
| bool can_migrate() { return can_migrate_; }
|
|
|
| + // True if this stream is the first data stream created on this session.
|
| + bool IsFirstStream();
|
| +
|
| using QuicSpdyStream::HasBufferedData;
|
|
|
| private:
|
|
|