Revert "Only CHECK for RenderProcessHosts that outlive an incognito profile in release"
The original patch moved a CHECK behind an #ifdef NDEBUG in an attempt to ease debugging. According to crbug.com/496653#c73, it was supposed to be reverted, but that never happened. We shouldn't keep shipping a CHECK to users that's disabled in Debug builds, so this revert drops the ifdef again to turn on the CHECK everywhere. Original review: https://codereview.chromium.org/1591543002 Bug: chromium:496653, chromium:1040839 Change-Id: I71a743b6355a0072ed5ae5281f79a2d948da9adb R: mfoltz@chromium.org, avi@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022791 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:Avi Drissman <avi@chromium.org> Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#735455}
Showing
Please register or sign in to comment