QUIC - Added histograms to track the failure reasons to read or parse or
commite82d622d930743bb12f352982176aae4987e5dc2
authorrtenneti <rtenneti@chromium.org>
Fri, 31 Oct 2014 18:54:07 +0000 (31 11:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 31 Oct 2014 18:54:29 +0000 (31 18:54 +0000)
tree580e228192c28344031427d3c63c23a0db37f94d
parente1ece894b6ac06b22817bb2992e905b6fcc593c1
QUIC - Added histograms to track the failure reasons to read or parse or
write from or to disk cache.

Histograms added:
  + Net.QuicDiskCache.APICall - number of times read or parse or
    write API calls are called.
  + Net.QuicDiskCache.FailureReason - failure reason to read or parse or
    write from or to disk cache.

Deleted or obsoleted Net.QuicDiskCache.EntryState.

Will delete these histograms after we get some data on Android regarding
why we are having low 0RTT (or no quic server config).

R=asvitkine@chromium.org, rch@chromium.org,jar@chromium.org

Review URL: https://codereview.chromium.org/691263002

Cr-Commit-Position: refs/heads/master@{#302290}
net/http/disk_cache_based_quic_server_info.cc
tools/metrics/histograms/histograms.xml