| Index: chrome/common/child_process_logging.h
|
| diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
|
| index 8b5a733dc90276b67d3a63134498758f7de3a359..b5894f0037403f0aca73066ffcfe997a0badc403 100644
|
| --- a/chrome/common/child_process_logging.h
|
| +++ b/chrome/common/child_process_logging.h
|
| @@ -33,7 +33,7 @@ static const size_t kMaxSwitches = 15;
|
|
|
| namespace child_process_logging {
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| // These are declared here so the crash reporter can access them directly in
|
| // compromised context without going through the standard library.
|
| extern char g_active_url[];
|
|
|