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

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

Issue 1172123002: Revert of html_viewer: Add DevToolsAgentImpl. (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 | « no previous file | components/html_viewer/BUILD.gn » ('j') | 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 80a2ad880dce3ef246f4532818ab7e473cbfcb8c..5f7b454397848f4a89222ff8c012a854600925e1 100644
--- a/components/devtools_service/public/interfaces/devtools_service.mojom
+++ b/components/devtools_service/public/interfaces/devtools_service.mojom
@@ -30,7 +30,7 @@
// 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, string client_id);
+ SetClient(DevToolsAgentClient client);
// Sends a command (in remote debugging protocol JSON format) to the agent.
DispatchProtocolMessage(string message);
« no previous file with comments | « no previous file | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698