Reorganizing few DCHECKs for better catching of failrue.
In current code, some of the DCHECKs are having multiple conditions. It's difficult to identify the failures if DCHECK fails due to one of those conditions. Now moved the conditions to separate DCHECKs, so that failure can identify at correct point. BUG= Review-Url: https://codereview.chromium.org/2168093002 Cr-Commit-Position: refs/heads/master@{#407201}
Showing
Please register or sign in to comment