summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 18:29:03 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 18:29:03 +0000
commite86839fd84dde69dac9f61004ab6e6df0180f73e (patch)
treeadb6ee5b1460b71a1d8aa4422c4d04ceb10abb53 /net/spdy/spdy_http_stream.h
parentc447b17b8ac3d6a008a90a51cb23423f9fe27bf5 (diff)
downloadchromium_src-e86839fd84dde69dac9f61004ab6e6df0180f73e.zip
chromium_src-e86839fd84dde69dac9f61004ab6e6df0180f73e.tar.gz
chromium_src-e86839fd84dde69dac9f61004ab6e6df0180f73e.tar.bz2
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
BUG=166689 R=mmenke@chromium.org Review URL: https://codereview.chromium.org/19691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_http_stream.h')
-rw-r--r--net/spdy/spdy_http_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h
index 65d9878..f6e39cd 100644
--- a/net/spdy/spdy_http_stream.h
+++ b/net/spdy/spdy_http_stream.h
@@ -73,6 +73,7 @@ class NET_EXPORT_PRIVATE SpdyHttpStream : public SpdyStream::Delegate,
SSLCertRequestInfo* cert_request_info) OVERRIDE;
virtual bool IsSpdyHttpStream() const OVERRIDE;
virtual void Drain(HttpNetworkSession* session) OVERRIDE;
+ virtual void SetPriority(RequestPriority priority) OVERRIDE;
// SpdyStream::Delegate implementation.
virtual void OnRequestHeadersSent() OVERRIDE;