fix: don't terminate existing sessions when opening devtools (#14566)

This commit is contained in:
Robo 2018-09-12 19:47:15 +05:30 committed by Samuel Attard
parent 64c8c27575
commit 3348e5162f
5 changed files with 60 additions and 6 deletions

View file

@ -133,6 +133,7 @@ class InspectableWebContentsImpl
void ConnectionReady() override;
void RegisterExtensionsAPI(const std::string& origin,
const std::string& script) override;
void Reattach(const DispatchCallback& callback) override;
// content::DevToolsFrontendHostDelegate:
void HandleMessageFromDevToolsFrontend(const std::string& message);