| 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 c12dc45415d1ee0da28538a28e8bdf5a37f524f1..c64d2b71c3ffe8a5759cec1c98dbef314d6bc73b 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -160,6 +160,7 @@ bool ChildProcessHostImpl::InitChannel() {
|
|
|
| for (size_t i = 0; i < filters_.size(); ++i)
|
| filters_[i]->OnFilterAdded(channel_.get());
|
| + delegate_->OnChannelInitialized(channel_.get());
|
|
|
| // Make sure these messages get sent first.
|
| #if defined(IPC_MESSAGE_LOG_ENABLED)
|
|
|