summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 19:42:06 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 19:42:06 +0000
commitd42dedd0efffa87773db985b7b237685066b20ba (patch)
tree936ce8029db5977c00137c3eec5234e2bdd8d2ae /net/spdy/spdy_stream.h
parent66514a8f358745e2cd1ab50ebb3edfd91c14e54f (diff)
downloadchromium_src-d42dedd0efffa87773db985b7b237685066b20ba.zip
chromium_src-d42dedd0efffa87773db985b7b237685066b20ba.tar.gz
chromium_src-d42dedd0efffa87773db985b7b237685066b20ba.tar.bz2
Properly handle spdy3 responses.
Properly handle spdy3 to SPDY proxies. BUG=120890 TEST=Run chrome with --enable-spdy3 and visit a spdy3 server Review URL: https://chromiumcodereview.appspot.com/9958023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_stream.h')
-rw-r--r--net/spdy/spdy_stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index a4a530e..9798845 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -300,10 +300,6 @@ class NET_EXPORT_PRIVATE SpdyStream
// the MessageLoop to replay all the data that the server has already sent.
void PushedStreamReplayData();
- // Extracts the URL from the various fields in |headers|.
- GURL GetUrlFromHeaderBlock(
- const linked_ptr<SpdyHeaderBlock>& headers) const;
-
// There is a small period of time between when a server pushed stream is
// first created, and the pushed data is replayed. Any data received during
// this time should continue to be buffered.