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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt

Issue 1679133002: [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
index f6a72e0af0e24ace4a3e4b9f0abb302daa424d10..708c25e45a6a1127ebcdc4820e9c1bfa38f86ca8 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
@@ -1,7 +1,7 @@
Test that if a profiler is working all the agents are disabled.
--> WebInspector.targetManager.suspendAllTargets();
-frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":false}}
+frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{"value":false}}
frontend: {"id":<number>,"method":"Debugger.disable"}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
frontend: {"id":<number>,"method":"Page.setOverlayMessage"}
@@ -9,7 +9,7 @@ frontend: {"id":<number>,"method":"DOM.disable"}
frontend: {"id":<number>,"method":"CSS.disable"}
--> WebInspector.targetManager.resumeAllTargets();
-frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":true}}
+frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{"value":true}}
frontend: {"id":<number>,"method":"Debugger.enable"}
frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":4}}

Powered by Google App Engine
This is Rietveld 408576698