Add check for mismatching item and document sequence numbers.
When a PageState update is received from the renderer process, it must be for the current session history entry. This means that the sequence numbers associated with the FrameNavigationEntry should match the ones coming from the renderer process. This CL is adding explicit check for this and a DumpWithoutCrashing to help diagnose what cases can cause a mismatch. BUG=628677 Review-Url: https://codereview.chromium.org/2172123004 Cr-Commit-Position: refs/heads/master@{#407316}
Showing
Please register or sign in to comment