brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.94k stars 2.35k forks source link

Migrate chrome wallet utils to use `string_view` to make it `constexpr` friendly #42445

Open cdesouza-chromium opened 8 hours ago

cdesouza-chromium commented 8 hours ago

Description

Quite a few functions in wallet would benefit of being made to use string_view, to allow more constexpr around when handling strings.