Chromium Code Reviews
DescriptionRemove PageLoad.Timing2.NavigationToCommit histograms.
This histogram uses a commit time recorded in the browser process,
which is incorrect. Additionally, we are encouraging consumers to
move to 'parse start' since it's a more well defined timestamp in
the render process that is conceptually similar to commit.
Until we have a customer that needs to track actual commit time,
we are removing it. If we need to support this in the future,
we should instrument the commit time properly in the render process
as part of that work.
BUG=654430
Committed: https://crrev.com/ab53067e0c3938944cf7aa9b120811e8a031a4f8
Cr-Commit-Position: refs/heads/master@{#425868}
Patch Set 1 #Patch Set 2 : restore dcheck #Patch Set 3 : fix histograms.xml #Patch Set 4 : restore missing case #
Total comments: 1
Patch Set 5 : address comment #Messages
Total messages: 27 (20 generated)
|