DescriptionBreak a single histogram into two histograms
This histogram records a networking result that if positive indicates a
byte count, and if negative indicates an error code. Since histograms
can't handle negative values, this splits that up into two: one for the
byte count, and one that will use an existing enum for the network
error code.
This was based off of a suggestion in codereview.chromium.org/236023005
BUG=360909
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264323
Patch Set 1 #Patch Set 2 : fixed missing include #Messages
Total messages: 9 (0 generated)
|