[ios] Mark Coordinator as stopped before calling dismissal callbacks
Mark self.started as NO in stopAnimated: before calling dismissal callbacks in the Infobar Overlay Coordinators will prevent successive calls to stop from executing. This is bad because the request will be destroyed in the first callback sequence, and then a DCHECK will fail in a successive sequence. Bug: 1112482 Change-Id: I13f487ebe99f593e253a70af8f26a79375210fd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335408 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#794543}
Showing
Please register or sign in to comment