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 f105154e5b130daae73e9d6b3892a7c3df87b822..bef9eb4ebc90c52cb8f446f2e6b13f522cd430e5 100644 |
--- a/net/quic/chromium/quic_chromium_client_stream.h |
+++ b/net/quic/chromium/quic_chromium_client_stream.h |
@@ -121,9 +121,6 @@ |
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: |