commit | e86839fd84dde69dac9f61004ab6e6df0180f73e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 14 18:29:03 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 14 18:29:03 2013 |
tree | adb6ee5b1460b71a1d8aa4422c4d04ceb10abb53 | |
parent | c447b17b8ac3d6a008a90a51cb23423f9fe27bf5 [diff] [blame] |
[Net] Propagate priority changes from HttpNetworkTransaction to its stream BUG=166689 [email protected] Review URL: https://codereview.chromium.org/19691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217596 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/http/http_basic_stream.cc b/net/http/http_basic_stream.cc index d70ac02b..c30e17d 100644 --- a/net/http/http_basic_stream.cc +++ b/net/http/http_basic_stream.cc
@@ -127,4 +127,8 @@ // |drainer| will delete itself. } +void HttpBasicStream::SetPriority(RequestPriority priority) { + // TODO(akalin): Plumb this through to |connection_|. +} + } // namespace net