electron/shell/common/extensions
trop[bot] cd6e3d720f
refactor: fix modernize-return-braced-init-list warnings (#44857)
* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

NB: using the braced-initializer list uncovered an error here:
the float returned by std::floor() can't be implicitly cast to
an int. This is solved by using base::ClampFloor<int>() instead.
std::floor()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2024-11-26 22:18:00 -06:00
..
api chore: update extensions features (#44682) 2024-11-15 13:16:37 -05:00
electron_extensions_api_provider.cc refactor: move impl functions into private namespace (#43408) 2024-08-21 19:43:01 -05:00
electron_extensions_api_provider.h chore: bump chromium to 122.0.6261.6 (main) (#40949) 2024-01-25 12:46:30 -05:00
electron_extensions_client.cc refactor: fix modernize-return-braced-init-list warnings (#44857) 2024-11-26 22:18:00 -06:00
electron_extensions_client.h chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00