fix: don't terminate existing sessions when opening devtools (#14566)
This commit is contained in:
parent
64c8c27575
commit
3348e5162f
5 changed files with 60 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue