| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index c2d31b8a6978b98115c56b85a3b730038cb6d161..b7c971f6b029b60fba1620fecffa3118a73b250b 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -106,6 +106,8 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
|
|
| g_child_process_list.Get().push_back(this);
|
| GetContentClient()->browser()->BrowserChildProcessHostCreated(this);
|
| +
|
| + power_monitor_message_broadcaster_.Init();
|
| }
|
|
|
| BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl() {
|
|
|