DevTools: remove the 'forced' attribute from the AgentHostClosed in DevToolsAgentHost.
https://chromium-review.googlesource.com/745301
This commit is contained in:
parent
4bb3e0da15
commit
c75f6f408e
2 changed files with 3 additions and 7 deletions
|
@ -46,8 +46,7 @@ class Debugger : public mate::TrackableObject<Debugger>,
|
|||
~Debugger() override;
|
||||
|
||||
// content::DevToolsAgentHostClient:
|
||||
void AgentHostClosed(content::DevToolsAgentHost* agent_host,
|
||||
bool replaced_with_another_client) override;
|
||||
void AgentHostClosed(content::DevToolsAgentHost* agent_host) override;
|
||||
void DispatchProtocolMessage(content::DevToolsAgentHost* agent_host,
|
||||
const std::string& message) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue