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

Unified Diff: components/devtools_service/public/interfaces/devtools_service.mojom

Issue 1164383002: Mandoline DevTools service: remote debugging protocol over HTTP/WebSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « components/devtools_service/devtools_registry_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_service/public/interfaces/devtools_service.mojom
diff --git a/components/devtools_service/public/interfaces/devtools_service.mojom b/components/devtools_service/public/interfaces/devtools_service.mojom
index 5f7b454397848f4a89222ff8c012a854600925e1..80a2ad880dce3ef246f4532818ab7e473cbfcb8c 100644
--- a/components/devtools_service/public/interfaces/devtools_service.mojom
+++ b/components/devtools_service/public/interfaces/devtools_service.mojom
@@ -30,7 +30,7 @@ interface DevToolsAgent {
// DispatchProtocolMessage() calls. If a client doesn't want to receive
// messages anymore, it could simply close the underlying message pipe of
// |client|.
- SetClient(DevToolsAgentClient client);
+ SetClient(DevToolsAgentClient client, string client_id);
// Sends a command (in remote debugging protocol JSON format) to the agent.
DispatchProtocolMessage(string message);
« no previous file with comments | « components/devtools_service/devtools_registry_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698