| Index: net/quic/chromium/quic_chromium_client_stream.cc
|
| diff --git a/net/quic/chromium/quic_chromium_client_stream.cc b/net/quic/chromium/quic_chromium_client_stream.cc
|
| index c1517034e7637164788499d4cd2e537b3679b4bd..e2b8507ec5799584c81535dc86f3a553e16c9d00 100644
|
| --- a/net/quic/chromium/quic_chromium_client_stream.cc
|
| +++ b/net/quic/chromium/quic_chromium_client_stream.cc
|
| @@ -318,4 +318,8 @@ void QuicChromiumClientStream::DisableConnectionMigration() {
|
| can_migrate_ = false;
|
| }
|
|
|
| +bool QuicChromiumClientStream::IsFirstStream() {
|
| + return id() == kHeadersStreamId + 2;
|
| +}
|
| +
|
| } // namespace net
|
|
|