| commit | bd157bae8521ef57be94e447d9e9db8897bba0dc | [log] [tgz] |
|---|---|---|
| author | Chris Lu <thegreenfrog@chromium.org> | Tue Aug 18 18:01:45 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 18 18:01:45 2020 |
| tree | e0e3af0f07d4e0be62ce9e58f23bff55ab7995fb | |
| parent | e9cef07a24fa39584e093e880f9f1dd511e3901c [diff] |
[ios] Move presenting_ DCHECK to after presentation context checks It is no longer true that presenting_ will always be false when PresentOverlayForActiveRequest is called. This can occur if the current active request is dismissed by being removed from the queue and adds another overlay in its completion callback. Instead, the DCHECK can be moved after the OverlayPresentationContext checks, which should be enough to early return when an overlay is already being presented. Bug: 1114547 Change-Id: I1756df163dfb10e96537449491d0cfc5295c4aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360376 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Reviewed-by: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#799195}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.