diff options
Diffstat (limited to 'third_party/WebKit/public/platform/WebURLLoader.h')
-rw-r--r-- | third_party/WebKit/public/platform/WebURLLoader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/WebKit/public/platform/WebURLLoader.h b/third_party/WebKit/public/platform/WebURLLoader.h index 3a91423..eada222 100644 --- a/third_party/WebKit/public/platform/WebURLLoader.h +++ b/third_party/WebKit/public/platform/WebURLLoader.h @@ -37,7 +37,6 @@ namespace blink { class WebData; -class WebTaskRunner; class WebThreadedDataReceiver; class WebURLLoaderClient; class WebURLResponse; @@ -79,10 +78,6 @@ public: // of the data receiver is assumed by the WebURLLoader and the receiver should // be deleted on the main thread when no longer needed. virtual bool attachThreadedDataReceiver(WebThreadedDataReceiver*) { return false; } - - // Sets the task runner for which any loading tasks should be posted on. - // Takes ownership of the WebTaskRunner. - virtual void setLoadingTaskRunner(WebTaskRunner*) = 0; }; } // namespace blink |