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

Unified Diff: net/base/cache_type.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/base/cache_type.h
diff --git a/net/base/cache_type.h b/net/base/cache_type.h
index 69b5646ece7ec6fd2ff194aba6674b8d4098e5b7..e02e7cdced4f53448ffb464c62b0a4f28f35a9ae 100644
--- a/net/base/cache_type.h
+++ b/net/base/cache_type.h
@@ -13,7 +13,8 @@ enum CacheType {
MEMORY_CACHE, // Data is stored only in memory.
MEDIA_CACHE, // Optimized to handle media files.
APP_CACHE, // Backing store for an AppCache.
- SHADER_CACHE // Backing store for the GL shader cache.
+ SHADER_CACHE, // Backing store for the GL shader cache.
+ NACL_CACHE // Backing store for Portable NaCl translated bitcode.
};
// The types of disk cache backend, only used at backend instantiation.

Powered by Google App Engine
This is Rietveld 408576698