| 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..003e2be7c8637794472be59010284d9bea81bd75 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.setPauseWorkersOnStart","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.setPauseWorkersOnStart","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}}
|
|
|