Commit Graph
4 Commits
Author SHA1 Message Date
Claudio DeSouza be214871df Remove uses of StringPiece and its variants
Upstream is set to deprecated, and delete all occurrences of
`base::StringPiece`, and replace it with `std::string_view`, and
according correspondent types.

This change removes the use of `base::StringPiece`, and of the headers
as well across the Brave codebase.
2023-09-22 16:26:38 +03:00
Simon Hong 705530d057 Use namespace for default_protocol_handler apis 2021-11-15 10:22:08 +09:00
Simon Hong fb1b3a8cb2 Used base libs for generating hash 2021-11-15 08:23:10 +09:00
Simon Hong aab8dd4b66 Added ms-edge protocol handler option to settings w/o system dialog
fix https://github.com/brave/brave-browser/issues/17558

Applied below FF's implementation to set default handler w/o using
windows system ui.
https://github.com/mozilla/gecko-dev/blob/master/toolkit/mozapps/defaultagent/SetDefaultBrowser.cpp
2021-11-15 08:23:09 +09:00