| 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 dcd8a3c9df98709b132676cdb953f1ff1dddec06..a0518ce829c229d9cd8860d89aec09c53bf7dc57 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| @@ -189,7 +189,8 @@ class CORE_EXPORT MemoryCache final
|
| m_maxPruneDeferralDelay = seconds;
|
| }
|
|
|
| - void evictResources();
|
| + enum EvictResourcePolicy { EvictAllResources, DoNotEvictUnusedPreloads };
|
| + void evictResources(EvictResourcePolicy = EvictAllResources);
|
|
|
| void prune();
|
|
|
|
|