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

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: 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..19e534b4d39ca8b37cfb538143ce19dd402e26be 100644
--- a/chrome/browser/chromeos/drive/drive.proto
+++ b/chrome/browser/chromeos/drive/drive.proto
@@ -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.
kinaba 2013/09/10 07:24:35 Maybe: drive_test_util.cc => test_util.cc. Could y
hashimoto 2013/09/10 07:33:59 Done.
}
« 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