| Index: chrome/browser/chromeos/drive/file_cache.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_cache.cc b/chrome/browser/chromeos/drive/file_cache.cc
|
| index 2cc936c48b913115465441cfad6a614b01edda9d..5fa5d82878ebb76736be1e7b007f14867e4c3e42 100644
|
| --- a/chrome/browser/chromeos/drive/file_cache.cc
|
| +++ b/chrome/browser/chromeos/drive/file_cache.cc
|
| @@ -71,13 +71,6 @@ bool FileCache::IsUnderFileCacheDirectory(const base::FilePath& path) const {
|
| return cache_file_directory_.IsParent(path);
|
| }
|
|
|
| -FileError FileCache::GetCacheEntry(const std::string& id,
|
| - FileCacheEntry* entry) {
|
| - DCHECK(entry);
|
| - AssertOnSequencedWorkerPool();
|
| - return storage_->GetCacheEntry(id, entry);
|
| -}
|
| -
|
| bool FileCache::FreeDiskSpaceIfNeededFor(int64 num_bytes) {
|
| AssertOnSequencedWorkerPool();
|
|
|
|
|