| Index: chrome/browser/chromeos/drive/file_cache.h
|
| diff --git a/chrome/browser/chromeos/drive/file_cache.h b/chrome/browser/chromeos/drive/file_cache.h
|
| index db6f848dd71ba10a70d3fbca5111d2ae38709d09..3d5ad5031e40646d87fea4d2935cba3e58905792 100644
|
| --- a/chrome/browser/chromeos/drive/file_cache.h
|
| +++ b/chrome/browser/chromeos/drive/file_cache.h
|
| @@ -88,6 +88,7 @@ class FileCache {
|
|
|
| // Stores |source_path| as a cache of the remote content of the file
|
| // with |id| and |md5|.
|
| + // Pass an empty string as MD5 to mark the entry as dirty.
|
| FileError Store(const std::string& id,
|
| const std::string& md5,
|
| const base::FilePath& source_path,
|
|
|