| Index: ios/chrome/browser/snapshots/snapshot_cache_internal.h
|
| diff --git a/ios/chrome/browser/snapshots/snapshot_cache_internal.h b/ios/chrome/browser/snapshots/snapshot_cache_internal.h
|
| index 794d86800e16d11724de536654670e73faf89829..dcc2e8fbef7276c2aa67c7f63d9a16a86f4b04f4 100644
|
| --- a/ios/chrome/browser/snapshots/snapshot_cache_internal.h
|
| +++ b/ios/chrome/browser/snapshots/snapshot_cache_internal.h
|
| @@ -20,9 +20,6 @@ class FilePath;
|
| + (base::FilePath)greyImagePathForSessionID:(NSString*)sessionID;
|
| // Returns whether the snapshots are cached in a LRU cache.
|
| - (BOOL)usesLRUCache;
|
| -// Returns whether the in-memory cache (as opposed to the on-disk cache) is
|
| -// enabled.
|
| -- (BOOL)inMemoryCacheIsEnabled;
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOT_CACHE_INTERNAL_H_
|
|
|