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

Unified Diff: Source/web/AssociatedURLLoader.cpp

Issue 134443002: Update fetch / loader classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: No OVERRIDE / FINAL in web Created 6 years, 11 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/loader/appcache/ApplicationCache.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssociatedURLLoader.cpp
diff --git a/Source/web/AssociatedURLLoader.cpp b/Source/web/AssociatedURLLoader.cpp
index 9eaf5e8a4cf203dd237eee852b6d80a0f4215bf8..4333894654e639c20e3b69fc33138e2103664a33 100644
--- a/Source/web/AssociatedURLLoader.cpp
+++ b/Source/web/AssociatedURLLoader.cpp
@@ -140,8 +140,6 @@ public:
virtual void didFail(const ResourceError&);
virtual void didFailRedirectCheck();
- virtual bool isDocumentThreadableLoaderClient() { return true; }
-
// Sets an error to be reported back to the client, asychronously.
void setDelayedError(const ResourceError&);
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698