|
[SPDY] Remove some setters in SpdyStream
Instead pass parameters into SpdyStream's constructor. This simplifies SpdyStream, as we can now be sure that its priority is fixed.
Add function to convert from SpdyPriority to RequestPriority, and use them to set the correct priority for push streams.
Replace uses of Unretained() with weak pointers.
BUG= 176582
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190481
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+107 lines, -43 lines) |
Patch |
 |
M |
net/spdy/spdy_http_utils.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils_unittest.cc
|
View
|
|
4 chunks |
+30 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.h
|
View
|
3
4
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
|
4 chunks |
+13 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_spdy2_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_spdy3_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.h
|
View
|
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.cc
|
View
|
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream_spdy2_unittest.cc
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream_spdy3_unittest.cc
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|