|
make ProxyService::CreateSystemProxyConfigService return scoped_ptrs
This change is fairly straightforward. I ended up refactoring ProxyServiceFactory too because it makes the resulting code much easier to reason about, so we are only making scoped pointers out of raw pointers in as few places as possible
new CL to reflect Randy and Pauls changes in master
BUG= 523075
TBR=brettw@chromium.org
Committed: https://crrev.com/b7e3a08f4c62c69093ecb3a258e18f2cdd340b08
Cr-Commit-Position: refs/heads/master@{#350207}
Total comments: 16
Total comments: 13
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+240 lines, -192 lines) |
Patch |
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/net/aw_url_request_context_getter.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/proxy_service_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/proxy_service_factory.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -4 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 |
chromecast/browser/url_request_context_factory.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/cronet/android/cronet_url_request_context_adapter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/cronet/android/url_request_context_adapter.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/resolve_proxy_msg_helper_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/net/proxy_service_factory.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/net/proxy_service_factory.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ios/crnet/crnet_environment.mm
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ios/web/shell/shell_url_request_context_getter.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.h
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
1
2
3
4
|
9 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_mojo.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_mojo.cc
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_mojo_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
|
55 chunks |
+108 lines, -56 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_v8.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_v8.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_builder.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_ftp_job_unittest.cc
|
View
|
|
3 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/base/url_request_context_getter.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 28 (6 generated)
|