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

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

Issue 2098433002: Remove ExecutionContextTask::taskNameForInstrumentation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 f9847e99198cdf0e143a2559cc5ad347d478bdc9..fb0978971363b632be698a4a3a0cb4421d99d933 100644
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
@@ -24,7 +24,7 @@ public:
void disableEval(const String&) override { }
String userAgent() const override { return String(); }
- void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
+ void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>, const String& taskNameForInstrumentation = emptyString()) override;
EventTarget* errorEventTarget() override { return nullptr; }
EventQueue* getEventQueue() const override { return m_queue.get(); }
« no previous file with comments | « third_party/WebKit/Source/core/dom/StringCallback.cpp ('k') | third_party/WebKit/Source/core/testing/NullExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698