| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index ba10cbb430c1d557b2521473079b6ead49cb6fd1..2151a26fb62c4d296f43fa58ea64bb82265f20f8 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -466,6 +466,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)
|
|
|