| Index: content/app/content_main.cc
|
| diff --git a/content/app/content_main.cc b/content/app/content_main.cc
|
| index 21f3f55cee733c13f53a4dfa1e71e786af15ddd8..8adae0c9bd82a6fffdabb9c31066e039c52f9ce5 100644
|
| --- a/content/app/content_main.cc
|
| +++ b/content/app/content_main.cc
|
| @@ -314,7 +314,7 @@ int ContentMain(int argc,
|
| base::GlobalDescriptors* g_fds = base::GlobalDescriptors::GetInstance();
|
| g_fds->Set(kPrimaryIPCChannel,
|
| kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| g_fds->Set(kCrashDumpSignal,
|
| kCrashDumpSignal + base::GlobalDescriptors::kBaseDescriptor);
|
| #endif
|
|
|