| Index: content/browser/devtools/protocol/security_handler.cc
|
| diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc
|
| index 5511ef648345f7baf71df3688b18e547188ce1a9..cf214a7fc8782702fab8d8bb77bc1a9cd7b96764 100644
|
| --- a/content/browser/devtools/protocol/security_handler.cc
|
| +++ b/content/browser/devtools/protocol/security_handler.cc
|
| @@ -57,7 +57,8 @@ void AddExplanations(
|
| } // namespace
|
|
|
| SecurityHandler::SecurityHandler()
|
| - : enabled_(false),
|
| + : DevToolsDomainHandler(Security::Metainfo::domainName),
|
| + enabled_(false),
|
| host_(nullptr) {
|
| }
|
|
|
|
|