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 06f426cc53ffe5aa834d5fce2550b2f03d97fb2e..ad1cb6a655015450917fc716e26f426bd25a98ed 100644 |
--- a/third_party/WebKit/Source/core/fetch/MemoryCache.h |
+++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h |
@@ -236,7 +236,6 @@ |
// 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. |