[ios] Removes ReportAnIssue presentedViewController DCHECK
The DCHECK is triggered whenever Report an Issue is tapped and an Infobar Message banner is currently being presented. This DCHECK makes an assumption about another VC, and its misleading since baseViewController might not even be the VC that ends up presenting report an issue. Which means that this doesn't give us certainty that the presenterVC is not presenting another VC. This works as expected since BVC will dismiss the InfobarBanner and then present report an issue. Bug: 1016962 Change-Id: I516a6513422fe8817b291e00f0944d602b98357b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887754Reviewed-by:Mark Cogan <marq@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#710800}
Showing
Please register or sign in to comment