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

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

Issue 1109663002: Make Resource::switchClientsToRevalidatedResource non-virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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: Source/core/fetch/Resource.h
diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h
index dafd37bb8a814bc0c495f07ef050bad93599f6a0..ea9209c5c8d8ed657d294d10809f61fcf0e438cc 100644
--- a/Source/core/fetch/Resource.h
+++ b/Source/core/fetch/Resource.h
@@ -293,7 +293,6 @@ protected:
void setDecodedSize(size_t);
void didAccessDecodedData();
- virtual void switchClientsToRevalidatedResource();
void clearResourceToRevalidate();
void updateResponseAfterRevalidation(const ResourceResponse& validatingResponse);
@@ -349,6 +348,7 @@ private:
bool addClientToSet(ResourceClient*);
void cancelTimerFired(Timer<Resource>*);
+ void switchClientsToRevalidatedResource();
void revalidationSucceeded(const ResourceResponse&);
void revalidationFailed();
« 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