| Index: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
|
| index a6a31d10688a98e4a91bea5f4348a552f7d71346..ed21b16a9ac067aed4eec52b8a1ec64c7a23cec4 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
|
| @@ -80,13 +80,6 @@ class CORE_EXPORT ThreadedMessagingProxyBase
|
| bool IsParentContextThread() const;
|
|
|
| // WorkerLoaderProxyProvider
|
| - // These methods are called on different threads to schedule loading
|
| - // requests and to send callbacks back to WorkerGlobalScope.
|
| - void PostTaskToLoader(const WebTraceLocation&,
|
| - std::unique_ptr<WTF::CrossThreadClosure>) override;
|
| - void PostTaskToWorkerGlobalScope(
|
| - const WebTraceLocation&,
|
| - std::unique_ptr<WTF::CrossThreadClosure>) override;
|
| ThreadableLoadingContext* GetThreadableLoadingContext() override;
|
|
|
| private:
|
|
|