Chromium Code Reviews| 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..c42cf15423d4dfa9804c260bb678f91ff43b8971 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::NACL_CACHE:\ |
| + CACHE_HISTOGRAM_##type(my_name.data(), sample);\ |
| + break;\ |
| default:\ |
| NOTREACHED();\ |
| break;\ |