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

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

Issue 2442083002: [DevTools] Merge Worker domain to Target, migrate clients. (Closed)
Patch Set: rebased all tests Created 4 years, 2 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 6993ffd15b6b061d29be935ae046c464d46956cf..f763d3df4ba3b767ef06287554503fa8415abc6a 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
@@ -2,7 +2,6 @@ Test that if a profiler is working all the agents are disabled.
--> WebInspector.targetManager.suspendAllTargets();
frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":true}}
-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.configureOverlay","params":{"suspended":true}}
@@ -12,7 +11,6 @@ frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":
--> WebInspector.targetManager.resumeAllTargets();
frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":false}}
-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