DescriptionDon't navigate in WebContentsDelegate::OpenURLFromTab.
This behavior was originally introduced in
https://codereview.chromium.org/1473423002 to support process
transfers for frame navigations in background pages. It is no longer
needed for that purpose, as there's now a better fix in place
(shortcutting transfers, https://codereview.chromium.org/1519943002).
This CL reverts this behavior, as it is causing a regression where
dragging links within the Chrome's sign-in popup causes unnecessary
navigations.
BUG=562389
TEST=ExtensionApiTest.(WindowOpenPopupIframe|ContentScriptExtensionProcess|DontInjectContentScriptsInBackgroundPages) still pass with --isolate-extensions or --site-per-process
Committed: https://crrev.com/5a98a052d0d369da615393d3bc26d2db9745f34d
Cr-Commit-Position: refs/heads/master@{#367711}
Patch Set 1 #Patch Set 2 : Add back Shell::OpenURLFromTab #Patch Set 3 : #
Total comments: 1
Messages
Total messages: 9 (4 generated)
|