|
Simple http fallback for the data reduction proxy.
This CL adds a new command line option and preprocessor macro for a second proxy that the data reduction proxy feature will add to its configs as a fallback from the primary proxy. If the fallback proxy isn't defined, only the primary proxy is part of the configurations, and vice-versa.
(Also fixes a bug where a http proxy specified on the command line would still be configured as HTTPS in the generated PAC file).
BUG= 306634
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230728
Total comments: 11
Total comments: 1
Total comments: 21
Total comments: 42
Total comments: 12
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+469 lines, -187 lines) |
Patch |
|
M |
chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+28 lines, -9 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_data_reduction_proxy_android.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_data_reduction_proxy_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
|
View
|
1
2
3
4
5
|
8 chunks |
+47 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
14 chunks |
+165 lines, -39 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
|
View
|
1
2
3
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc
|
View
|
1
2
|
7 chunks |
+51 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+145 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+11 lines, -31 lines |
0 comments
|
Download
|
|
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_android.gypi
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|