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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h

Issue 2797253005: Revert of [instrumentation] Turn inspector override "probes" return values into output parameters. (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/inspector/InspectorWorkerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
index 92d81e2d16be6f32a943703073a02b05cfe474c4..9666fbe36a037dbc1b2293fa36a901ab5241d339 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
@@ -56,8 +56,8 @@
void restore() override;
void didCommitLoadForLocalFrame(LocalFrame*) override;
- // Probes
- void shouldWaitForDebuggerOnWorkerStart(bool* result);
+ // Called from InspectorInstrumentation
+ bool shouldWaitForDebuggerOnWorkerStart();
void didStartWorker(WorkerInspectorProxy*, bool waitingForDebugger);
void workerTerminated(WorkerInspectorProxy*);

Powered by Google App Engine
This is Rietveld 408576698