Chromium Code Reviews| Index: net/base/cache_type.h |
| =================================================================== |
| --- net/base/cache_type.h (revision 17048) |
| +++ net/base/cache_type.h (working copy) |
| @@ -12,7 +12,6 @@ |
| DISK_CACHE, // Disk is used as the backing storage. |
| MEMORY_CACHE, // Data is stored only in memory. |
| MEDIA_CACHE, // Optimized to handle media files. |
| - TEMP_MEDIA_CACHE // Optimized for media files while off the record. |
| }; |
| } // namespace disk_cache |