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

Unified Diff: chrome/browser/chromeos/drive/drive.proto

Issue 15663006: drive: Merge 'persistent' and 'tmp' directories to 'files' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/browser/chromeos/drive/drive.proto
diff --git a/chrome/browser/chromeos/drive/drive.proto b/chrome/browser/chromeos/drive/drive.proto
index 2f98714219925a46eb5db435d5bbbc8934bb3c70..1ea4ce3cb4aba1786fbf693d080248ace4512f4e 100644
--- a/chrome/browser/chromeos/drive/drive.proto
+++ b/chrome/browser/chromeos/drive/drive.proto
@@ -110,8 +110,6 @@ message ResourceMetadataHeader {
}
// Message to store information of an existing cache file.
-// Cache files are stored in 'tmp' or 'persistent' directory under the
-// root cache directory. See FileCache::GetCacheRootPath().
message FileCacheEntry {
// MD5 of the cache file. "local" if the file is locally modified.
optional string md5 = 1;
@@ -128,8 +126,9 @@ message FileCacheEntry {
// True if the file is a mounted archive file.
optional bool is_mounted = 5;
+ // TODO(hashimoto): Remove this block after DB merge. crbug.com/234487
// True if the file is in the persistent directory.
- optional bool is_persistent = 6;
+ // optional bool is_persistent = 6;
// When adding a new state, be sure to update TestFileCacheState and test
// functions defined in drive_test_util.cc.
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_cache.h » ('j') | chrome/browser/chromeos/drive/file_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698