| Index: chrome/browser/chromeos/drive/resource_metadata_storage.h
|
| diff --git a/chrome/browser/chromeos/drive/resource_metadata_storage.h b/chrome/browser/chromeos/drive/resource_metadata_storage.h
|
| index adac420dc59e1f7f1acf4fb686c9848bf0acc501..0ad61ef144071a46a5f22a32e986184734d69635 100644
|
| --- a/chrome/browser/chromeos/drive/resource_metadata_storage.h
|
| +++ b/chrome/browser/chromeos/drive/resource_metadata_storage.h
|
| @@ -51,6 +51,9 @@ class ResourceMetadataStorage {
|
| // Returns the entry currently pointed by this object.
|
| const ResourceEntry& Get() const;
|
|
|
| + // Gets the cache entry which corresponds to |entry_| if available.
|
| + bool GetCacheEntry(FileCacheEntry* cache_entry);
|
| +
|
| // Advances to the next entry.
|
| void Advance();
|
|
|
|
|