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
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