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

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

Issue 2519823002: Worker: Remove unused ThreadedWorkletGlobalScopeProxy (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/core/workers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
deleted file mode 100644
index 9c93dc3498f88157de00a292e6fe5067d1f4de89..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ThreadedWorkletGlobalScopeProxy_h
-#define ThreadedWorkletGlobalScopeProxy_h
-
-#include "core/workers/WorkletGlobalScopeProxy.h"
-
-// TODO(ikilpatrick): remove this file once AudioWorklet is no longer using it.
-
-namespace blink {
-
-class ThreadedWorkletGlobalScopeProxy : public WorkletGlobalScopeProxy {
- public:
- void evaluateScript(const ScriptSourceCode&) final {}
- void terminateWorkletGlobalScope() final {}
-};
-
-} // namespace blink
-
-#endif // ThreadedWorkletGlobalScopeProxy_h
« no previous file with comments | « third_party/WebKit/Source/core/workers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698