|
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
Eliminate lazy initialization of HttpNetworkSession in HttpNetworkLayer.
* This eliminates the need to update parameters for HttpNetworkLayer, it just takes a HttpNetworkSession.
* It is OK to eliminate lazy initialization since these variables are cheap.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72931
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+297 lines, -415 lines) |
Patch |
|
M |
chrome/browser/io_thread.cc
|
View
|
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+13 lines, -40 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/connection_tester.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+18 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/net/connection_tester_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/device_management_service.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/glue/http_bridge.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/service/net/service_url_request_context.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+18 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome/test/plugin/plugin_test.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+18 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome_frame/metrics_service.cc
|
View
|
1
2
3
|
2 chunks |
+19 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome_frame/test/test_server_test.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/http/http_cache.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/http/http_cache.cc
|
View
|
|
3 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_layer.h
|
View
|
1
|
2 chunks |
+2 lines, -65 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_layer.cc
|
View
|
1
|
3 chunks |
+1 line, -126 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_layer_unittest.cc
|
View
|
1
2
|
2 chunks |
+78 lines, -64 lines |
0 comments
|
Download
|
|
M |
net/proxy/proxy_script_fetcher_impl_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+33 lines, -16 lines |
0 comments
|
Download
|
|
M |
net/spdy/spdy_test_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
|
M |
net/tools/fetch/fetch_client.cc
|
View
|
1
|
2 chunks |
+19 lines, -16 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_test_util.cc
|
View
|
1
|
2 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|