|
net: Remove unused private data members
These unused members were found by locally changing DISALLOW_COPY_AND_ASSIGN to use "= delete"
so that the compiler can be sure these members are not used in the copy ctor and operator=.
BUG= 447445
TEST=build
Committed: https://crrev.com/0d3e4fbd7d604683d977a9a6dc0a8f4f31f53047
Cr-Commit-Position: refs/heads/master@{#310712}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+32 lines, -75 lines) |
Patch |
 |
M |
net/cookies/parsed_cookie.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/dns/mdns_client_impl.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/dns/mdns_client_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/filter/mock_filter_context.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool.h
|
View
|
1
|
5 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool.cc
|
View
|
1
|
6 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_unittest.cc
|
View
|
1
|
1 chunk |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_decider.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_decider.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager_impl.h
|
View
|
1
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager_impl.cc
|
View
|
1
|
4 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.cc
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_buffer.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_manager.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_manager.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 15 (4 generated)
|