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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 1679133002: [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined tests Created 4 years, 10 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/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index c887f38b69bf6aaac61cc0ca660fbf106b36f2a9..51b7bd1994c1153fd51e2ad6c47634c90daa89b0 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -342,7 +342,7 @@ interface InspectorInstrumentation {
void didFireAnimationFrame(const InspectorInstrumentationCookie&);
[Worker]
- void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, const KURL& url);
+ void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, const KURL& url, bool pausedOnStart);
[Worker, PageConsole]
void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);

Powered by Google App Engine
This is Rietveld 408576698