fix url_request_http_job.cc
This commit is contained in:
parent
1b54b18177
commit
5bfb5ed24b
1 changed files with 0 additions and 3 deletions
|
@ -1651,13 +1651,10 @@ void URLRequestHttpJob::RecordCompletionHistograms(CompletionCause reason) {
|
|||
UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeCached", total_time);
|
||||
UMA_HISTOGRAM_CUSTOM_COUNTS("Net.HttpJob.PrefilterBytesRead.Cache",
|
||||
prefilter_bytes_read(), 1, 50000000, 50);
|
||||
|
||||
} else {
|
||||
UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeNotCached", total_time);
|
||||
UMA_HISTOGRAM_CUSTOM_COUNTS("Net.HttpJob.PrefilterBytesRead.Net",
|
||||
prefilter_bytes_read(), 1, 50000000, 50);
|
||||
|
||||
}
|
||||
if (is_https_google && used_quic) {
|
||||
UMA_HISTOGRAM_MEDIUM_TIMES("Net.HttpJob.TotalTimeNotCached.Secure.Quic",
|
||||
total_time);
|
||||
|
|
Loading…
Reference in a new issue