Index: net/spdy/spdy_stream.cc |
diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc |
index ce9ddd306e5cfd22101b3cbec8defb7d9d7307fb..268f0938100a9f9be428582cde3f7a4543a9fb84 100644 |
--- a/net/spdy/spdy_stream.cc |
+++ b/net/spdy/spdy_stream.cc |
@@ -457,7 +457,6 @@ void SpdyStream::OnDataReceived(scoped_ptr<SpdyBuffer> buffer) { |
// PushedStreamReplayData(). |
if (io_state_ == STATE_HALF_CLOSED_LOCAL_UNCLAIMED) { |
DCHECK_EQ(type_, SPDY_PUSH_STREAM); |
- CHECK(!delegate_); |
// It should be valid for this to happen in the server push case. |
// We'll return received data when delegate gets attached to the stream. |
if (buffer) { |