DescriptionFix the SSL interstitial UMA stats
Just discovered that I broke the UMA stats during one of my recent refactorings. Here's what went wrong:
The interstitial is supposed to send a FOCUS event to indicate that page load timing should start. RecordSSLBlockingPageDetailedStats only records UMA stats if the page has a non-null page load time. At some point, I deleted the code that sent the FOCUS event, so the page load time was always null.
We don't need any of the timing stuff anymore, so I've gotten rid of all of it. This also fixes the bug.
BUG=314416
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232809
Patch Set 1 #Patch Set 2 : Update comment #
Messages
Total messages: 6 (0 generated)
|