Index: net/disk_cache/histogram_macros.h |
=================================================================== |
--- net/disk_cache/histogram_macros.h (revision 17048) |
+++ net/disk_cache/histogram_macros.h (working copy) |
@@ -56,9 +56,6 @@ |
case net::MEDIA_CACHE:\ |
UMA_HISTOGRAM_##type(my_name.data(), sample);\ |
break;\ |
- case net::TEMP_MEDIA_CACHE:\ |
- UMA_HISTOGRAM_##type(my_name.data(), sample);\ |
- break;\ |
default:\ |
NOTREACHED();\ |
break;\ |