Files
brave-core/services/network
cdesouza-chromium 713f6cd686 [CodeHealth] Remove CHECK(false) uses (#26602)
All uses of `CHECK(false)` are incorrect and should be either a
`NOTREACHED`, `LOG(ERROR)`, or higher `CHECK` that removed the enclosing
conditional code path.

Resolves https://github.com/brave/brave-browser/issues/42331
2024-11-18 16:13:27 +00:00
..