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

Unified Diff: content/browser/devtools/protocol/dom_handler.cc

Issue 2590293003: [DevTools] Rework DevToolsSession interaction with domain handlers. (Closed)
Patch Set: addressed comments Created 4 years 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
Index: content/browser/devtools/protocol/dom_handler.cc
diff --git a/content/browser/devtools/protocol/dom_handler.cc b/content/browser/devtools/protocol/dom_handler.cc
index 036ca491d1b0df1cbb4dcff478c3487f3da98b40..31d37a94a4e3c5786a1b4866ebf863502e665550 100644
--- a/content/browser/devtools/protocol/dom_handler.cc
+++ b/content/browser/devtools/protocol/dom_handler.cc
@@ -12,7 +12,9 @@
namespace content {
namespace protocol {
-DOMHandler::DOMHandler() : host_(nullptr) {
+DOMHandler::DOMHandler()
+ : DevToolsDomainHandler(DOM::Metainfo::domainName),
+ host_(nullptr) {
}
DOMHandler::~DOMHandler() {

Powered by Google App Engine
This is Rietveld 408576698