| 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 eabd30e7fd63346cf0b8dbd3ce58bcbb242e82ee..b58475af2468ccae25d5812e3ef95b29ccace4ee 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -275,7 +275,7 @@ bool ChildProcessHostImpl::OnMessageReceived(const IPC::Message& msg) {
|
|
|
| void ChildProcessHostImpl::OnChannelConnected(int32 peer_pid) {
|
| if (!peer_process_.IsValid()) {
|
| - peer_process_ = base::Process::OpenWithExtraPriviles(peer_pid);
|
| + peer_process_ = base::Process::OpenWithExtraPrivileges(peer_pid);
|
| if (!peer_process_.IsValid())
|
| peer_process_ = delegate_->GetProcess().Duplicate();
|
| DCHECK(peer_process_.IsValid());
|
|
|