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

Unified Diff: components/ui_devtools/devtools_client.h

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 | « ash/common/wm_shell.cc ('k') | components/ui_devtools/devtools_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/devtools_client.h
diff --git a/components/ui_devtools/devtools_client.h b/components/ui_devtools/devtools_client.h
index 3c852bfe948fcaa767a9b67b4ab07d2af3d74afe..8910dd5926ab1507576f85e04a7310041f47d2f2 100644
--- a/components/ui_devtools/devtools_client.h
+++ b/components/ui_devtools/devtools_client.h
@@ -29,8 +29,6 @@ class UiDevToolsClient : public protocol::FrontendChannel {
~UiDevToolsClient() override;
void AddAgent(std::unique_ptr<UiDevToolsAgent> agent);
- // TODO(mhashmi): Remove when ash is updated to use the new base agent
- void AddDOMBackend(std::unique_ptr<protocol::DOM::Backend> backend);
void Dispatch(const std::string& data);
bool connected() const;
@@ -47,7 +45,6 @@ class UiDevToolsClient : public protocol::FrontendChannel {
int connection_id_;
std::vector<std::unique_ptr<UiDevToolsAgent>> agents_;
- std::unique_ptr<protocol::DOM::Backend> dom_backend_;
protocol::UberDispatcher dispatcher_;
UiDevToolsServer* server_;
« no previous file with comments | « ash/common/wm_shell.cc ('k') | components/ui_devtools/devtools_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698