Chromium Code Reviews| Index: content/browser/devtools/forwarding_agent_host.cc |
| diff --git a/content/browser/devtools/forwarding_agent_host.cc b/content/browser/devtools/forwarding_agent_host.cc |
| index ef7f82c30f1190c060ad694e703083ca8670b73a..b41e0dc67186ea0c9ca12db0fce9b4bb70927224 100644 |
| --- a/content/browser/devtools/forwarding_agent_host.cc |
| +++ b/content/browser/devtools/forwarding_agent_host.cc |
| @@ -18,7 +18,7 @@ ForwardingAgentHost::~ForwardingAgentHost() { |
| } |
| void ForwardingAgentHost::DispatchOnClientHost(const std::string& message) { |
| - SendMessageToClient(message); |
| + SendMessageToClient(0, message); |
|
dgozman
2015/11/06 22:57:27
0 -> session_id()
kozy
2015/11/07 01:54:43
Done.
|
| } |
| void ForwardingAgentHost::ConnectionClosed() { |