| Index: content/app/content_main.cc
|
| diff --git a/content/app/content_main.cc b/content/app/content_main.cc
|
| index 7e670c0be018089f872d6689027df3918cb2df89..5720b490d3c0614541fe9b41b27095f16123111b 100644
|
| --- a/content/app/content_main.cc
|
| +++ b/content/app/content_main.cc
|
| @@ -315,7 +315,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
|
|
|