Allow asynchronous tab creation when opener_suppressed is true.
On Android, when merge tabs and apps is enabled, we need to ensure a new activity has been started before loading URL in web contents since the web contents delegate is not ready until then. We already have a code path to handle this for window.open() scenario. This completes the code path for when a link with noreferrer is clicked by saving OpenURLParams of the pending load and resuming the load when the activity is ready. BUG=508366 Review URL: https://codereview.chromium.org/1233453003 Cr-Commit-Position: refs/heads/master@{#339711}
Showing
Please register or sign in to comment