| Index: content/browser/devtools/protocol/emulation_handler.cc
|
| diff --git a/content/browser/devtools/protocol/emulation_handler.cc b/content/browser/devtools/protocol/emulation_handler.cc
|
| index 7718aadb3f2b5e9d549e75c4b36dca83303cbeb5..764dc5edbbee6fbc846b271b0060645062f932b3 100644
|
| --- a/content/browser/devtools/protocol/emulation_handler.cc
|
| +++ b/content/browser/devtools/protocol/emulation_handler.cc
|
| @@ -55,7 +55,8 @@ ui::GestureProviderConfigType TouchEmulationConfigurationToType(
|
| } // namespace
|
|
|
| EmulationHandler::EmulationHandler()
|
| - : touch_emulation_enabled_(false),
|
| + : DevToolsDomainHandler(Emulation::Metainfo::domainName),
|
| + touch_emulation_enabled_(false),
|
| device_emulation_enabled_(false),
|
| host_(nullptr) {
|
| }
|
|
|