| 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 f763d3df4ba3b767ef06287554503fa8415abc6a..bdb496b98f024953842b161dcc9cddb8c0f110bb 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,6 +1,6 @@
|
| Test that if a profiler is working all the agents are disabled.
|
|
|
| ---> WebInspector.targetManager.suspendAllTargets();
|
| +--> SDK.targetManager.suspendAllTargets();
|
| frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":true}}
|
| frontend: {"id":<number>,"method":"Debugger.disable"}
|
| frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
|
| @@ -9,7 +9,7 @@ frontend: {"id":<number>,"method":"DOM.disable"}
|
| frontend: {"id":<number>,"method":"CSS.disable"}
|
| frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":false}}
|
|
|
| ---> WebInspector.targetManager.resumeAllTargets();
|
| +--> SDK.targetManager.resumeAllTargets();
|
| frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":false}}
|
| frontend: {"id":<number>,"method":"Debugger.enable"}
|
| frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
|
|
|