summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/web/AssociatedURLLoader.cpp')
-rw-r--r--third_party/WebKit/Source/web/AssociatedURLLoader.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
index a167fc4..bd33455 100644
--- a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
+++ b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
@@ -383,9 +383,4 @@ void AssociatedURLLoader::setDefersLoading(bool defersLoading)
m_loader->setDefersLoading(defersLoading);
}
-void AssociatedURLLoader::setLoadingTaskRunner(blink::WebTaskRunner*)
-{
- // TODO(alexclarke): Maybe support this one day if it proves worthwhile.
-}
-
} // namespace blink