| Index: third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.h b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| index ad1cb6a655015450917fc716e26f426bd25a98ed..06f426cc53ffe5aa834d5fce2550b2f03d97fb2e 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| @@ -236,6 +236,7 @@ public:
|
| // Take memory usage snapshot for tracing.
|
| void onMemoryDump(WebMemoryDumpLevelOfDetail, WebProcessMemoryDump*);
|
|
|
| + bool isInSameLRUListForTest(const Resource*, const Resource*);
|
| private:
|
| enum PruneStrategy {
|
| // Automatically decide how much to prune.
|
|
|