| Index: components/precache/core/precache_database.cc
|
| diff --git a/components/precache/core/precache_database.cc b/components/precache/core/precache_database.cc
|
| index 913c09fe4cc800e9dd3cc8586378ab02b200bb2f..e6853fa2eea9d6731033f953b5c4f770f260ed2b 100644
|
| --- a/components/precache/core/precache_database.cc
|
| +++ b/components/precache/core/precache_database.cc
|
| @@ -180,6 +180,9 @@ void PrecacheDatabase::RecordURLNonPrefetch(const GURL& url,
|
| int host_rank,
|
| bool is_connection_cellular) {
|
| UMA_HISTOGRAM_TIMES("Precache.Latency.NonPrefetch", latency);
|
| + UMA_HISTOGRAM_ENUMERATION("Precache.CacheStatus.NonPrefetch",
|
| + info.cache_entry_status,
|
| + net::HttpResponseInfo::CacheEntryStatus::ENTRY_MAX);
|
|
|
| if (host_rank != history::kMaxTopHosts) {
|
| // The resource was loaded on a page that could have been affected by
|
|
|