| Index: net/disk_cache/histogram_macros.h
|
| diff --git a/net/disk_cache/histogram_macros.h b/net/disk_cache/histogram_macros.h
|
| index 3d8011c27f61a3279b37fcbe1c1af3242aa0b2cc..651bce96f2de8fbc2b0010a83c14f82ec383d9cb 100644
|
| --- a/net/disk_cache/histogram_macros.h
|
| +++ b/net/disk_cache/histogram_macros.h
|
| @@ -115,6 +115,9 @@
|
| case net::SHADER_CACHE:\
|
| CACHE_HISTOGRAM_##type(my_name.data(), sample);\
|
| break;\
|
| + case net::PNACL_CACHE:\
|
| + CACHE_HISTOGRAM_##type(my_name.data(), sample);\
|
| + break;\
|
| default:\
|
| NOTREACHED();\
|
| break;\
|
|
|