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

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

Issue 2192803002: Refactoring: Remove unused member functions in MemoryCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c2c9f8a6f83caef6f461b25af780c754abffad19..85d8ed725dcd8789eda2837f3623f458c7f62cc8 100644
--- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
+++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
@@ -199,11 +199,6 @@ public:
void makeLive(Resource*);
void makeDead(Resource*);
- // This should be called when a Resource object is created.
- void registerLiveResource(Resource&);
- // This should be called when a Resource object becomes unnecesarry.
- void unregisterLiveResource(Resource&);
-
void removeURLFromCache(const KURL&);
Statistics getStatistics();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698