DevTools: remove the 'forced' attribute from the AgentHostClosed in DevToolsAgentHost.

https://chromium-review.googlesource.com/745301
This commit is contained in:
Aleksei Kuzmin 2018-04-11 13:43:06 +02:00 committed by Samuel Attard
parent 4bb3e0da15
commit c75f6f408e
2 changed files with 3 additions and 7 deletions

View file

@ -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;