|
[Extensions] Code Cleanup - Remove redundant smart-ptr get()s
Given std::unique_ptr<T> t, t.get()-> is the same as t->.
Similarly, *t.get() is the same as *t. Simplify extensions
code to conform.
BUG=None
Committed: https://crrev.com/e842df6a33a41f352d75f84b09935766f4f58b69
Cr-Commit-Position: refs/heads/master@{#405277}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -169 lines) |
Patch |
 |
M |
extensions/browser/api/alarms/alarm_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/app_window/app_window_api.cc
|
View
|
|
4 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
View
|
|
2 chunks |
+19 lines, -22 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
View
|
|
7 chunks |
+25 lines, -22 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc
|
View
|
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/cast_channel/cast_channel_api.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/cast_channel/cast_framer.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/device_permissions_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/document_scan/document_scan_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/management/management_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/printer_provider/printer_provider_apitest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/serial/serial_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/socket/socket_api.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/socket/tls_socket.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/sockets_tcp/sockets_tcp_api.cc
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc
|
View
|
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/sockets_udp/sockets_udp_api.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/usb/usb_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/usb/usb_apitest.cc
|
View
|
|
3 chunks |
+24 lines, -31 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api_test_utils.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_throttle_simulation_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/guest_view/mime_handler_view/test_mime_handler_view_guest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/value_store/value_store_frontend.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (5 generated)
|