|
Allow ProxyService to share URLRequestContext with everything else.
This CL makes ProxyScriptFetcherImpl use highest priority and
LOAD_IGNORE_LIMITS, and adds an OnShutdown method to ProxyService,
which must be called before teardown when the ProxyService makes
requests using a URLRequestContext that it is also used with.
No consumer currently uses the new functionality. I plan to
switch IOThread/ProfileIOData to using it in another CL, and
add a call in URLRequestContextStorage's destructor. May also
be worth making it mandatory as well, though that will involve
more changes.
BUG= 715697
Review-Url: https://codereview.chromium.org/2845643003
Cr-Commit-Position: refs/heads/master@{#469005}
Committed: https://chromium.googlesource.com/chromium/src/+/ed8d7e4383d5dbf7e94291b7960b5a4616b4a45e
Total comments: 6
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+386 lines, -30 lines) |
Patch |
 |
M |
chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/dhcp_proxy_script_fetcher_chromeos.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/dhcp_proxy_script_fetcher.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/dhcp_proxy_script_fetcher.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/dhcp_proxy_script_fetcher_win.h
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/dhcp_proxy_script_fetcher_win.cc
|
View
|
1
2
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/dhcp_proxy_script_fetcher_win_unittest.cc
|
View
|
1
2
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/mock_proxy_script_fetcher.h
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/mock_proxy_script_fetcher.cc
|
View
|
1
2
|
4 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_decider.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_decider.cc
|
View
|
1
2
|
6 chunks |
+29 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_decider_unittest.cc
|
View
|
1
2
3
|
8 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_fetcher.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_fetcher_impl.h
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_fetcher_impl.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_fetcher_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
1
2
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/test/embedded_test_server/default_handlers.cc
|
View
|
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 69 (49 generated)
|