| Index: chrome/browser/chromeos/drive/file_cache_metadata.h
|
| diff --git a/chrome/browser/chromeos/drive/file_cache_metadata.h b/chrome/browser/chromeos/drive/file_cache_metadata.h
|
| index bf5a0c707693b1c581d2fcbd26ac58211854c5c6..c9aa84205f1b6fd0073f3bc2f0c5ecdf800e07cf 100644
|
| --- a/chrome/browser/chromeos/drive/file_cache_metadata.h
|
| +++ b/chrome/browser/chromeos/drive/file_cache_metadata.h
|
| @@ -66,9 +66,7 @@ class FileCacheMetadata {
|
|
|
| // Gets the cache entry for file corresponding to |resource_id| and |md5|
|
| // and returns true if entry exists in cache map. Otherwise, returns false.
|
| - // |md5| can be empty if only matching |resource_id| is desired, which may
|
| - // happen when looking for pinned entries where symlinks' filenames have no
|
| - // extension and hence no md5.
|
| + // |md5| can be empty if only matching |resource_id| is desired.
|
| virtual bool GetCacheEntry(const std::string& resource_id,
|
| const std::string& md5,
|
| FileCacheEntry* entry) = 0;
|
|
|