Amend sanitization of browser-side navigationStart override.
When setting the navigationStart recorded on the browser side for browser-initiated navigations, we need to ensure the time is lower than the time of starting the load on the renderer side. Otherwise with heavy clock differences between processes and particularly fast navigation start-ups we could end up pushing the navigationStart *forward* and hitting an assert that is being deployed in https://codereview.chromium.org/379873002/ . BUG=376004 Review URL: https://codereview.chromium.org/384503009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283761 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment