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

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

Issue 695943002: Reland "Prepare blink to unify definitions of load completion" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/Resource.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 ecfd5d7176757303d1938506cc8005b5fc17a7db..6430e16df9276b314eda8888695db80800819e5b 100644
--- a/Source/core/fetch/ResourceFetcher.h
+++ b/Source/core/fetch/ResourceFetcher.h
@@ -136,9 +136,9 @@ public:
// ResourceLoaderHost
virtual void incrementRequestCount(const Resource*) override;
virtual void decrementRequestCount(const Resource*) override;
- virtual void didLoadResource(Resource*) override;
+ virtual void didLoadResource() override;
virtual void redirectReceived(Resource*, const ResourceResponse&) override;
- virtual void didFinishLoading(const Resource*, double finishTime, int64_t encodedDataLength) override;
+ virtual void didFinishLoading(Resource*, double finishTime, int64_t encodedDataLength) override;
virtual void didChangeLoadingPriority(const Resource*, ResourceLoadPriority, int intraPriorityValue) override;
virtual void didFailLoading(const Resource*, const ResourceError&) override;
virtual void willSendRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&) override;
« no previous file with comments | « Source/core/fetch/Resource.cpp ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698