diff options
Diffstat (limited to 'net/disk_cache/histogram_macros.h')
-rw-r--r-- | net/disk_cache/histogram_macros.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/histogram_macros.h b/net/disk_cache/histogram_macros.h index 27610f5..8d5966c 100644 --- a/net/disk_cache/histogram_macros.h +++ b/net/disk_cache/histogram_macros.h @@ -53,6 +53,9 @@ case net::MEDIA_CACHE:\ UMA_HISTOGRAM_##type(my_name.data(), sample);\ break;\ + case net::APP_CACHE:\ + UMA_HISTOGRAM_##type(my_name.data(), sample);\ + break;\ default:\ NOTREACHED();\ break;\ |