brave / brave-browser

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

Remove all uses of `CHECK(false)` #42331

Closed cdesouza-chromium closed 1 week ago

cdesouza-chromium commented 1 week ago

Description

Any use of CHECK(false) is wrong, and must be corrected following the guidelines in https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/checks.md.