|
Allow ProxyConfigService to report "no configuration set"
Introduce a ConfigAvailability enum such that ProxyConfigService is able to return configuration status at a finer granularity level. This allows to fall back to default values (potentially configured through policy) if the system service doesn't have configuration.
BUG=none
TEST=unit tests, recommended proxy policy works on CrOS.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81085
Total comments: 2
Total comments: 27
Total comments: 1
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+508 lines, -228 lines) |
Patch |
 |
M |
chrome/browser/chromeos/proxy_config_service.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/proxy_config_service_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/proxy_config_service_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+42 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/pref_proxy_config_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+32 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/pref_proxy_config_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+63 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/pref_proxy_config_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
11 chunks |
+93 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/testing_pref_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/testing_pref_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/polling_proxy_config_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/polling_proxy_config_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+23 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_fixed.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_fixed.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
59 chunks |
+113 lines, -30 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.cc
|
View
|
1
2
3
4
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+40 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|