Revert 215836 "Ensure that renderer-initiated pending entries ca..."
Caused flakiness on Linux ASAN PlatformAppBrowserTest.DisallowNavigation. > Ensure that renderer-initiated pending entries can be replaced when a new > navigation is started. > > We don't replace browser-initiated pending entries in didStartProvisionalLoad > because either (1) they were just created for this navigation and are already > correct, (2) they're for a different SiteInstance and won't be used upon > commit, or (3) they're same-site (see below). > > Note that pending entries for same-site browser-initiated navigations can be > incorrectly used for renderer-initiated navigations that interrupt them, but > that's a long standing bug that we can address separately. > > BUG=266922 > TEST=See bug for repro steps. > > Review URL: https://chromiumcodereview.appspot.com/21913003 TBR=creis@chromium.org Review URL: https://codereview.chromium.org/22364004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215904 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment