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

Unified Diff: Source/core/fetch/ResourceFetcher.h

Issue 1309533002: Merge a couple of memory cache hit notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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 | « Source/core/fetch/FetchContext.cpp ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceFetcher.h
diff --git a/Source/core/fetch/ResourceFetcher.h b/Source/core/fetch/ResourceFetcher.h
index eba6b5b06aa3d1112996a70779449cff99175ca1..30f863f44f4aaa6434d14ced3107e3ea52d8fc4f 100644
--- a/Source/core/fetch/ResourceFetcher.h
+++ b/Source/core/fetch/ResourceFetcher.h
@@ -165,8 +165,6 @@ private:
static bool resourceNeedsLoad(Resource*, const FetchRequest&, RevalidationPolicy);
- void notifyLoadedFromMemoryCache(Resource*);
-
void garbageCollectDocumentResourcesTimerFired(Timer<ResourceFetcher>*);
void resourceTimingReportTimerFired(Timer<ResourceFetcher>*);
« no previous file with comments | « Source/core/fetch/FetchContext.cpp ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698