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

Unified Diff: components/ui_devtools/devtools_client.cc

Issue 2462843002: Update ash to use new devtools base agent (Closed)
Patch Set: Rename devtools_dom_agent.* to ash_devtools_dom_agent.* Created 4 years, 1 month 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/ui_devtools/devtools_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/devtools_client.cc
diff --git a/components/ui_devtools/devtools_client.cc b/components/ui_devtools/devtools_client.cc
index 271fb5c94512d9351920aad38652e96feedc3852..94a751ab6894745e7cf938869c13bf0d2fa31ad5 100644
--- a/components/ui_devtools/devtools_client.cc
+++ b/components/ui_devtools/devtools_client.cc
@@ -25,12 +25,6 @@ void UiDevToolsClient::AddAgent(std::unique_ptr<UiDevToolsAgent> agent) {
agents_.push_back(std::move(agent));
}
-void UiDevToolsClient::AddDOMBackend(
- std::unique_ptr<protocol::DOM::Backend> dom_backend) {
- dom_backend_ = std::move(dom_backend);
- protocol::DOM::Dispatcher::wire(&dispatcher_, dom_backend_.get());
-}
-
void UiDevToolsClient::Dispatch(const std::string& data) {
dispatcher_.dispatch(protocol::parseJSON(data));
}
« no previous file with comments | « components/ui_devtools/devtools_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698