Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iOS] Remove spurious DCHECK from BVC.
The DCHECK in the BVC's openNewTabFromOriginPoint: method doesn't guard against anything, and is documented as being possible to hit in ordinary usage, so it doesn't seem to be a correctness assertion. As far as I can tell the conditional around the screenshot after the DCHECK will catch any other issues that could arise in this method. Fixed: 1488872 Change-Id: I040bc7f4e0bb8f2746fc059787e139f3c709e635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4941970 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by: Federica Germinario <fedegermi@google.com> Cr-Commit-Position: refs/heads/main@{#1210139}
- Loading branch information