Files
brave-core/components/api_request_helper
cdesouza-chromium 7cb6665431 [CodeHealth] APIRequestResult::TakeBody to return an rvalue (#27847)
This improvement to this function allows us to make the moving of the
value explicit. It also allows us to remove the flag indicating the
value has been moved, and actually move this validation to profiling
tools, also known as poison-after-use.

This change also removes the unnecessary uses of `TakeBody` for cases
where a const reference were enough.
2025-02-27 20:29:29 +00:00
..