| 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 666fdf39e18e714f3b6883c23b1110dbcf3d67b7..cde59de50797ccf1dc912af4b48496494076d046 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -134,12 +134,12 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
| // child process. This ensures that when a test is being run in one of the
|
| // single process modes, the global attachment broker is the privileged
|
| // attachment broker, rather than an unprivileged attachment broker.
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#if defined(OS_MACOSX)
|
| IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(
|
| MachBroker::GetInstance());
|
| #else
|
| IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded();
|
| -#endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#endif // defined(OS_MACOSX)
|
| #endif // USE_ATTACHMENT_BROKER
|
|
|
| child_process_host_.reset(ChildProcessHost::Create(this));
|
|
|