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 4416acb017bf6c77d3a047b2ad57cafe425f63a8..3d8011c27f61a3279b37fcbe1c1af3242aa0b2cc 100644 |
| --- a/net/disk_cache/histogram_macros.h |
| +++ b/net/disk_cache/histogram_macros.h |
| @@ -112,6 +112,9 @@ |
| case net::APP_CACHE:\ |
| CACHE_HISTOGRAM_##type(my_name.data(), sample);\ |
| break;\ |
| + case net::SHADER_CACHE:\ |
|
rvargas (doing something else)
2013/02/06 20:06:39
reminder: this implies adding a bunch of new histo
dsinclair
2013/02/07 18:03:07
Copied the DiskCache.3 entries and made them DiskC
|
| + CACHE_HISTOGRAM_##type(my_name.data(), sample);\ |
| + break;\ |
| default:\ |
| NOTREACHED();\ |
| break;\ |