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

Unified Diff: net/base/cache_type.h

Issue 12224017: Create a new disk_cache type, SHADER_CACHE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better fix for OnExternalCacheHit Created 7 years, 10 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
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cache_type.h
diff --git a/net/base/cache_type.h b/net/base/cache_type.h
index 08233891c15deefed3a378e054d052f8c1d232ef..a7a21dfe18ed81b53c27bf6a75e901592c002c52 100644
--- a/net/base/cache_type.h
+++ b/net/base/cache_type.h
@@ -12,7 +12,8 @@ enum CacheType {
DISK_CACHE, // Disk is used as the backing storage.
MEMORY_CACHE, // Data is stored only in memory.
MEDIA_CACHE, // Optimized to handle media files.
- APP_CACHE // Backing store for an AppCache.
+ APP_CACHE, // Backing store for an AppCache.
+ SHADER_CACHE // Backing store for the GL shader cache.
};
} // namespace disk_cache
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698