| Index: content/common/child_process_host_impl.cc
|
| diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
|
| index 71a34fcc6d9e244060725270f20ecda6b6fa252a..c5edf5879680610200c56fa3e5c9ffe30ac0af5c 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -274,7 +274,7 @@ bool ChildProcessHostImpl::OnMessageReceived(const IPC::Message& msg) {
|
|
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
| if (logger->Enabled())
|
| - logger->OnPostDispatchMessage(msg, channel_id_);
|
| + logger->OnPostDispatchMessage(msg);
|
| #endif
|
| return handled;
|
| }
|
|
|