|
Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService
Previously MessageLoop was used to pass reference to the FILE thread
to ProxyConfigServiceLinux. Changeed it to use SingleThreadTaskRunner.
Also for other thread the task runners were passed as raw pointers.
Changed it to use scoped_refptr<> instead.
TBR=jochen@chromium.org
Committed: https://crrev.com/3f923064c11c69f13a7aba56dce6620a33166c94
Cr-Commit-Position: refs/heads/master@{#293395}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+125 lines, -114 lines) |
Patch |
 |
M |
chrome/browser/net/proxy_service_factory.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/service/net/service_url_request_context_getter.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_android.h
|
View
|
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_android.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux.h
|
View
|
|
6 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux.cc
|
View
|
1
2
|
18 chunks |
+59 lines, -50 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_linux_unittest.cc
|
View
|
1
|
4 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
|
2 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/tools/net_watcher/net_watcher.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_builder.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (5 generated)
|