| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 59efad39c71c1db2ae542522e332e8e6cf293b2e..766d6ca4edad03b3d1e1f3663bc5aa90b8ec76ed 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -454,6 +454,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| SetupSignalHandlers();
|
| g_fds->Set(kPrimaryIPCChannel,
|
| kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| + g_fds->Set(kMojoIPCChannel,
|
| + kMojoIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| #endif // !OS_ANDROID && !OS_IOS
|
|
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
|