|
Clean-up inline members of nested classes (net/)
Due to a bug, the Clang-plugin style checker failed to warn about
inline constructors, destructors, non-empty virtual methods, etc.
for nested classes.
The plugin has been fixed, and this patch is part of a clean-up of all
the code that now causes the plugin to issue errors.
BUG= 139346
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150917
Total comments: 47
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+278 lines, -140 lines) |
Patch |
 |
M |
net/base/multi_threaded_cert_verifier.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/multi_threaded_cert_verifier.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/network_change_notifier_mac.h
|
View
|
|
1 chunk |
+4 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/base/network_change_notifier_mac.cc
|
View
|
1
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/transport_security_state.h
|
View
|
1
2
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/transport_security_state.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/rankings.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/rankings.cc
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth.h
|
View
|
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
|
1 chunk |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_pipelined_connection_impl.h
|
View
|
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
net/http/http_pipelined_connection_impl.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.h
|
View
|
1
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_config_service_mac.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_base.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_base.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/tcp_client_socket_libevent.h
|
View
|
|
2 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/socket/tcp_client_socket_libevent.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket_stream/socket_stream.h
|
View
|
|
4 chunks |
+6 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/socket_stream/socket_stream.cc
|
View
|
1
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.h
|
View
|
|
2 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/balsa_headers.h
|
View
|
|
4 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/balsa_headers.cc
|
View
|
1
|
2 chunks |
+36 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/output_ordering.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/tools/flip_server/output_ordering.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/udp/udp_socket_libevent.h
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/udp/udp_socket_libevent.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_factory.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_factory.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|