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

Unified Diff: third_party/WebKit/Source/core/testing/NullExecutionContext.h

Issue 2856773003: Remove deprecated ExecutionContextTask (Closed)
Patch Set: restore private / rebase Created 3 years, 6 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/testing/NullExecutionContext.h
diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
index fe41a7bc98567fe78f1b1b2ed3d12ea241e6ba39..e37205e56eb53661c1e82437fe87503644c7676c 100644
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
@@ -30,12 +30,6 @@ class NullExecutionContext
void DisableEval(const String&) override {}
String UserAgent() const override { return String(); }
- void PostTask(
- TaskType,
- const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- const String& task_name_for_instrumentation = g_empty_string) override;
-
EventTarget* ErrorEventTarget() override { return nullptr; }
EventQueue* GetEventQueue() const override { return queue_.Get(); }

Powered by Google App Engine
This is Rietveld 408576698