|
Unify enum NextProto and enum AlternateProtocol.
* Use NextProto instead of AlternateProtocol everywhere.
* Remove enum AlternateProtocol, AlternateProtocolFromNextProto().
* Move SSLClientSocketImpl::NextProto{To,From}String() to
* next_proto.cc.
* Combine AlternateProtocol{To,From}String() into
* NextProto{To,From}String().
* Remove unused SpdyHttpStream::negotiated_protocol_.
BUG= 116575
Committed: https://crrev.com/f98f01d87fb1f315de400c6829ad467ae95caa7a
Cr-Commit-Position: refs/heads/master@{#431572}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+260 lines, -318 lines) |
Patch |
 |
M |
components/cronet/android/cronet_url_request_context_adapter.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/bidirectional_stream_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
2
|
19 chunks |
+28 lines, -44 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties.h
|
View
|
1
2
|
3 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -51 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties_impl.cc
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties_impl_unittest.cc
|
View
|
1
2
|
30 chunks |
+51 lines, -48 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties_manager.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_server_properties_manager_unittest.cc
|
View
|
1
2
|
15 chunks |
+24 lines, -23 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job_controller.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job_controller_unittest.cc
|
View
|
1
2
|
11 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_unittest.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/log/net_log_util.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_network_transaction_unittest.cc
|
View
|
1
2
|
11 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_stream_factory.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_stream_factory_test.cc
|
View
|
1
2
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/socket/next_proto.h
|
View
|
1
2
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/next_proto.cc
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_impl.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 34 (22 generated)
|