
This removes a reference to `dcheck_always_on = false` which seems prevalent through cargo culting. It also removes `is_debug = false`. Both of these options are implied by `is_official_build` and the latter is even enforced (`is_debug = true` won't compile with `is_official_build = true`). Bug: None Change-Id: I8cd98694b30d73d7390a409a52aa08d0c1600e30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4515157 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1141057}