Chromium Code Reviews
DescriptionRequire native before logging a histogram
The download recovery code added a call to
RecordHistogram.recordBooleanHistogram to help track when we hit the
recovery path, but this can happen when the native library isn't loaded.
Since we just want a rough idea of if this is happening, guard it by
requiring native to be loaded before logging the result.
BUG=699323
Review-Url: https://codereview.chromium.org/2804743002
Cr-Commit-Position: refs/heads/master@{#462140}
Committed: https://chromium.googlesource.com/chromium/src/+/60240a376d22f0951ee9dd063c4c297183a21122
Patch Set 1 #
Total comments: 1
Patch Set 2 : Moved to browser startup controller #Patch Set 3 : Call BrowserStartupController in a way that actually works :) #
Depends on Patchset: Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||