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

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

Issue 1965323002: Do the things in ImageResource::allClientsAndObserversRemoved() asynchronously Base URL: https://chromium.googlesource.com/chromium/src.git@Loader_asyncCancelInAllClientsAndObRemoved_hoge
Patch Set: Rebase. Created 4 years, 7 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 | « third_party/WebKit/Source/core/fetch/ImageResource.cpp ('k') | 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/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index 37a5c9f68a7584bba45e7ec5cb3b7a43f7b30e70..80ee6f5d90f1b8898c093121419450c45a0671ac 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -292,6 +292,8 @@ protected:
// Returns the memory dump name used for tracing. See Resource::onMemoryDump.
String getMemoryDumpName() const;
+ virtual void cancelTimerFired(Timer<Resource>*);
+
ResourceRequest m_resourceRequest;
ResourceRequest m_revalidatingRequest;
Member<ResourceLoader> m_loader;
@@ -308,8 +310,6 @@ private:
class CachedMetadataHandlerImpl;
class ServiceWorkerResponseCachedMetadataHandler;
- void cancelTimerFired(Timer<Resource>*);
-
void revalidationSucceeded(const ResourceResponse&);
void revalidationFailed();
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ImageResource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698