Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/core/fetch/MemoryCache.h

Issue 1399993004: testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testing. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698