|
Switch to using URLRequestContextBuilder to create some contexts.
Also add missing functionality to URLRequestContextBuilder to fit
their needs. This is intended to simplify code to initialize the
network stack, and make it easier to refactor network stack
initialization.
BUG= 388836
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281638
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+182 lines, -763 lines) |
Patch |
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_auth.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_proxy_backend.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/service/net/service_url_request_context.h
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
chrome/service/net/service_url_request_context.cc
|
View
|
|
1 chunk |
+0 lines, -176 lines |
0 comments
|
Download
|
 |
A + |
chrome/service/net/service_url_request_context_getter.h
|
View
|
|
3 chunks |
+3 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
chrome/service/net/service_url_request_context_getter.cc
|
View
|
|
5 chunks |
+13 lines, -59 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_process.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_context.h
|
View
|
|
2 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_context.cc
|
View
|
1
2
3
4
|
1 chunk |
+13 lines, -94 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/url_loader_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_builder.h
|
View
|
1
2
3
|
6 chunks |
+32 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_builder.cc
|
View
|
1
2
3
4
|
7 chunks |
+80 lines, -30 lines |
0 comments
|
Download
|
 |
D |
remoting/base/url_request_context.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
remoting/base/url_request_context.cc
|
View
|
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/url_request_context_getter.h
|
View
|
|
3 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/url_request_context_getter.cc
|
View
|
|
3 chunks |
+7 lines, -52 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_runtime.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_context.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/setup/host_starter.h
|
View
|
1
2
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/setup/host_starter.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/setup/me2me_native_messaging_host_main.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/setup/oauth_client.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/setup/oauth_client.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/setup/start_host.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/ios/bridge/client_instance.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/remoting_nacl.gyp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|