diff options
Diffstat (limited to 'third_party/WebKit/Source/web/AssociatedURLLoader.h')
-rw-r--r-- | third_party/WebKit/Source/web/AssociatedURLLoader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.h b/third_party/WebKit/Source/web/AssociatedURLLoader.h index 6dcd06e..41b0c26 100644 --- a/third_party/WebKit/Source/web/AssociatedURLLoader.h +++ b/third_party/WebKit/Source/web/AssociatedURLLoader.h @@ -54,7 +54,6 @@ public: void loadAsynchronously(const WebURLRequest&, WebURLLoaderClient*) override; void cancel() override; void setDefersLoading(bool) override; - void setLoadingTaskRunner(blink::WebTaskRunner*) override; private: |