From 65008a686d2454ec8053ffaeaa37660fe2ee2e5c Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 24 May 2013 06:41:00 +0000 Subject: [SPDY] Remove more code related to sending HEADERS frames Refactor out common code between SpdyStream::Do{SendBodyComplete,Open}(). Add comments and TODOs re. calls to SpdyStream::Delegate::OnResponseReceived() ending up deleting the stream. BUG=242288 R=rch@chromium.org Review URL: https://codereview.chromium.org/15967002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201986 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_websocket_stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'net/spdy/spdy_websocket_stream.h') diff --git a/net/spdy/spdy_websocket_stream.h b/net/spdy/spdy_websocket_stream.h index d3290404..e497944 100644 --- a/net/spdy/spdy_websocket_stream.h +++ b/net/spdy/spdy_websocket_stream.h @@ -80,7 +80,6 @@ class NET_EXPORT_PRIVATE SpdyWebSocketStream virtual int OnResponseReceived(const SpdyHeaderBlock& response, base::Time response_time, int status) OVERRIDE; - virtual void OnHeadersSent() OVERRIDE; virtual int OnDataReceived(scoped_ptr buffer) OVERRIDE; virtual void OnDataSent() OVERRIDE; virtual void OnClose(int status) OVERRIDE; -- cgit v1.1