Convert devtools_agent.mojom to new Mojo types
This CL converts DevToolsSessionHost and DevToolsSession to new Mojo types. The changes are two CLs and it is the first CL and the second on is [1]. It updates AttachDevToolsSession and ChildWorkerCreated from devtools_agent.mojom It also converted methods and members which take these DevToolsAgent and DevToolsAgentHost to new Mojo types. SharedWorkerDevToolsAgentHost::WorkerReadyForInspection and ServiceWorkerDevToolsAgentHost::WorkerReadyForInspection still keep old types and these are handled at [1] with the rest of code which still uses old types. [1] https://crrev.com/c/1748906 Bug: 955171, 978694 Change-Id: I2d67a390b3299bfd71d4539857973481f349849e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745944Reviewed-by:Ken Rockot <rockot@google.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#686352}
Showing
Please register or sign in to comment