|
Remove many-many SpdyMajorVersion and NextProto arguments and members.
Now that SPDY/3.1 is disabled, rip it out from more areas of the code:
Remove SpdyMajorVersion and NextProto members, accessors, and function arguments
from BufferedSpdyFramer, SpdySession, SpdySessionPool, HeaderCoalescer,
SpdyStream classes, from spdy_http_utils.{h,cc}, and from flipserver.
Also deprecate Net.SpdySettingsCwndSent and Net.SpdyVersion3 histograms.
BUG= 624095
Committed: https://crrev.com/bca843ba1471a6ca4eaf9f6869153389de683d6e
Cr-Commit-Position: refs/heads/master@{#405481}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+244 lines, -1052 lines) |
Patch |
 |
M |
net/http/bidirectional_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/http/bidirectional_stream_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/bidirectional_stream_unittest.cc
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/bidirectional_stream_quic_impl.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream.cc
|
View
|
1
|
4 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool_unittest.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/bidirectional_stream_spdy_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/buffered_spdy_framer.h
|
View
|
1
2
|
5 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
net/spdy/buffered_spdy_framer.cc
|
View
|
1
2
|
10 chunks |
+9 lines, -60 lines |
0 comments
|
Download
|
 |
M |
net/spdy/buffered_spdy_framer_unittest.cc
|
View
|
1
2
|
12 chunks |
+7 lines, -39 lines |
0 comments
|
Download
|
 |
M |
net/spdy/header_coalescer.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/header_coalescer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream_unittest.cc
|
View
|
1
|
10 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils.h
|
View
|
|
2 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils.cc
|
View
|
|
5 chunks |
+17 lines, -66 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_utils_unittest.cc
|
View
|
|
6 chunks |
+17 lines, -68 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction_unittest.cc
|
View
|
|
13 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.h
|
View
|
1
2
|
9 chunks |
+4 lines, -37 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
1
2
|
27 chunks |
+58 lines, -300 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_pool.h
|
View
|
|
4 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_pool.cc
|
View
|
|
4 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_pool_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_unittest.cc
|
View
|
1
|
26 chunks |
+20 lines, -72 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.h
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.cc
|
View
|
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util_common.cc
|
View
|
1
2
|
8 chunks |
+6 lines, -21 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/sm_connection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/sm_connection.cc
|
View
|
|
4 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/spdy_interface.h
|
View
|
1
2
|
4 chunks |
+2 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/spdy_interface.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -49 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/spdy_interface_test.cc
|
View
|
1
2
|
18 chunks |
+26 lines, -156 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_in_memory_cache.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_simple_client.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_simple_client_bin.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|