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

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

Issue 23444042: drive: Remove obsolete comment from drive.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/drive.proto
diff --git a/chrome/browser/chromeos/drive/drive.proto b/chrome/browser/chromeos/drive/drive.proto
index 5eef041cdca22d58a96c57457963aa0997c514fc..9d51409005da87eb0f7834661a507db9e1a94c2a 100644
--- a/chrome/browser/chromeos/drive/drive.proto
+++ b/chrome/browser/chromeos/drive/drive.proto
@@ -103,7 +103,7 @@ message ResourceMetadataHeader {
// Message to store information of an existing cache file.
message FileCacheEntry {
- // MD5 of the cache file. "local" if the file is locally modified.
+ // MD5 of the cache file.
optional string md5 = 1;
// True if the file is present locally.
@@ -115,10 +115,6 @@ message FileCacheEntry {
// True if the file is dirty (i.e. modified locally).
optional bool is_dirty = 4;
- // 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;
-
// When adding a new state, be sure to update TestFileCacheState and test
- // functions defined in drive_test_util.cc.
+ // functions defined in test_util.cc.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698