Fix how captive portals track which page is loading.
The old code incorrectly assumed RenderView frame IDs were globally unique, and used them to track main frame reloads. The corrected version tracks the provisional RenderViewHost instead. The new code also will now never send two LoadStart events to the CaptivePortalReloader without an intervening load committed/aborted event. R=cbentzel@chromium.org BUG=87100,115487 Review URL: https://chromiumcodereview.appspot.com/10837146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151941 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment