electron/brightray/browser/net
Charles Kerr 402201ac39
Fix cppcheck warnings (#11883)
* remove unused variable

* limit scope of variable 'ret'

* pass shared_ptr<SkBitmap> by reference

* silence warning: value reassign before read

* fix oops

* don't refer to 'response' after std::move()ing it

* make the linter happy
2018-02-14 02:21:46 -06:00
..
devtools_network_conditions.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_conditions.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_controller.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_controller.h Fix build/include_alpha linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_controller_handle.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_controller_handle.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_interceptor.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_interceptor.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_protocol_handler.cc Fix cppcheck warnings (#11883) 2018-02-14 02:21:46 -06:00
devtools_network_protocol_handler.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_transaction.cc Refactor client cert private key handling. 2017-11-24 10:58:16 +09:00
devtools_network_transaction.h Refactor client cert private key handling. 2017-11-24 10:58:16 +09:00
devtools_network_transaction_factory.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_transaction_factory.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_network_upload_data_stream.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_network_upload_data_stream.h Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
require_ct_delegate.cc Fix random crash on app quit. 2017-11-17 12:03:23 -03:00
require_ct_delegate.h Fix random crash on app quit. 2017-11-17 12:03:23 -03:00