|
|
Add a QUIC proxy server to the list of QUIC servers supported at start up
Data reduction proxy server is added to the list of QUIC
servers supported at start up. This will enable 0-RTT
requests for the first request to the data reduction QUIC
proxy (provided Chromium has used QUIC in the past to
connect to the data reduction proxy).
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.android:android_cronet
BUG= 658432
Committed: https://crrev.com/3b96695ae3cd9d92050740d6741ffae04f5c4cb7
Cr-Commit-Position: refs/heads/master@{#427531}
Total comments: 4
Total comments: 4
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+499 lines, -164 lines) |
Patch |
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+35 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/proxy_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/test_proxy_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/test_proxy_delegate.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_stream_factory.h
|
View
|
1
2
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_stream_factory.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/chromium/quic_stream_factory_test.cc
|
View
|
1
2
3
4
|
5 chunks |
+192 lines, -160 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_end_to_end_test.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
Total messages: 76 (59 generated)
|