Index: base/memory/discardable_memory_shmem_allocator.h |
diff --git a/base/memory/discardable_memory_shmem_allocator.h b/base/memory/discardable_memory_shmem_allocator.h |
index ed40672151849313aff651390c94e0992099a1fe..ac4118edba27a2fda76ca7433588d8ffa075e8bb 100644 |
--- a/base/memory/discardable_memory_shmem_allocator.h |
+++ b/base/memory/discardable_memory_shmem_allocator.h |
@@ -19,7 +19,6 @@ class BASE_EXPORT DiscardableMemoryShmemChunk { |
virtual bool Lock() = 0; |
virtual void Unlock() = 0; |
virtual void* Memory() const = 0; |
- virtual bool IsMemoryResident() const = 0; |
}; |
class BASE_EXPORT DiscardableMemoryShmemAllocator { |