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

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

Issue 2847703002: Make ExecutionContext aware about how it can return CoreProbeSink (Closed)
Patch Set: . 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/WorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
index ec165161ef75c46579b4154b31888734fad4cb16..2fea004d7a34f33412838313e77a9d2aeb86ab3e 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -137,6 +137,8 @@ class CORE_EXPORT WorkerGlobalScope
String& error_message,
const SecureContextCheck = kStandardSecureContextCheck) const override;
+ CoreProbeSink* GetInstrumentingAgents() final;
+
// EventTarget
ExecutionContext* GetExecutionContext() const final;

Powered by Google App Engine
This is Rietveld 408576698