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

Unified Diff: ash/common/devtools/devtools_dom_agent.h

Issue 2462843002: Update ash to use new devtools base agent (Closed)
Patch Set: Update ash to use new devtools base agent Created 4 years, 2 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 | ash/common/devtools/devtools_dom_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/devtools/devtools_dom_agent.h
diff --git a/ash/common/devtools/devtools_dom_agent.h b/ash/common/devtools/devtools_dom_agent.h
index 0692300e2605298a4899a171c69d360ab81985d1..d2dc773a450590e22051ed0a3909bf7fc19ab26e 100644
--- a/ash/common/devtools/devtools_dom_agent.h
+++ b/ash/common/devtools/devtools_dom_agent.h
@@ -7,11 +7,13 @@
#include "ash/common/wm_shell.h"
#include "components/ui_devtools/DOM.h"
+#include "components/ui_devtools/devtools_base_agent.h"
namespace ash {
namespace devtools {
-class AshDevToolsDOMAgent : public ui::devtools::protocol::DOM::Backend {
+class AshDevToolsDOMAgent : public ui::devtools::UiDevToolsBaseAgent<
+ ui::devtools::protocol::DOM::Metainfo> {
public:
explicit AshDevToolsDOMAgent(ash::WmShell* shell);
~AshDevToolsDOMAgent() override;
« no previous file with comments | « no previous file | ash/common/devtools/devtools_dom_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698