drive: Remove obsolete comment from drive.proto

BUG=None

Review URL: https://chromiumcodereview.appspot.com/23444042

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222264 0039d316-1c4b-4281-b951-d872f2087c98
parent 4f47550e
......@@ -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.
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment