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

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

Issue 318003002: Rename methods in ResourceFetcher to describe what's done in them correctly (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed #2 Created 6 years, 6 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 | 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 7d01b61e3096a7a86e2aab920f32a2131dd60a30..317ad9561009ea421ae874e502d18a7582b24cc7 100644
--- a/Source/core/fetch/ResourceFetcher.h
+++ b/Source/core/fetch/ResourceFetcher.h
@@ -174,8 +174,8 @@ private:
bool shouldLoadNewResource(Resource::Type) const;
ResourcePtr<Resource> requestResource(Resource::Type, FetchRequest&);
- ResourcePtr<Resource> revalidateResource(const FetchRequest&, Resource*);
- ResourcePtr<Resource> loadResource(Resource::Type, FetchRequest&, const String& charset);
+ ResourcePtr<Resource> createResourceForRevalidation(const FetchRequest&, Resource*);
+ ResourcePtr<Resource> createResourceForLoading(Resource::Type, FetchRequest&, const String& charset);
void preCacheDataURIImage(const FetchRequest&);
void preCacheSubstituteDataForMainResource(const FetchRequest&, const SubstituteData&);
void storeResourceTimingInitiatorInformation(Resource*);
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698