| 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 92664bd164a14164a5a4f453c3361ac3aa586616..178a86c3b052f82edde4aff8a94a71cf6145d7a7 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| @@ -325,6 +325,8 @@ private:
|
| // Returns the global cache.
|
| CORE_EXPORT MemoryCache* memoryCache();
|
|
|
| +CORE_EXPORT void shutdownCache();
|
| +
|
| // Sets the global cache, used to swap in a test instance. Returns the old
|
| // MemoryCache object.
|
| CORE_EXPORT MemoryCache* replaceMemoryCacheForTesting(MemoryCache*);
|
|
|