Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: net/disk_cache/histogram_macros.h

Issue 16232011: Add PNaCl translation cache based on Chrome disk_cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build, disable_nacl=1, clang build Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;\
« chrome/browser/nacl_host/pnacl_translation_cache_unittest.cc ('K') | « net/base/cache_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698