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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h

Issue 2811993007: Worker: Remove cross-thread PostTask functions from WorkerLoaderProxy (Closed)
Patch Set: address review comments Created 3 years, 8 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
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:

Powered by Google App Engine
This is Rietveld 408576698