| Index: chrome/browser/chromeos/gdata/gdata_files.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/gdata/gdata_files.h (revision 128807)
|
| +++ chrome/browser/chromeos/gdata/gdata_files.h (working copy)
|
| @@ -274,6 +274,7 @@
|
| CACHE_TYPE_TMP, // Files that don't meet criteria to be in
|
| // persistent dir, and hence evictable.
|
| CACHE_TYPE_TMP_DOWNLOADS, // Downloaded files.
|
| + CACHE_TYPE_TMP_DOCUMENTS, // Temporary JSON files for hosted documents.
|
| };
|
|
|
| // Structure to store information of an existing cache file.
|
|
|