| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index eada84470d91b686bcee5ef09509fa1aa3b30575..55e2ad2a1936b7e823fa271bea4886e658d3bb37 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -178,7 +178,7 @@ extern const char kChromeUIWorkersHost[];
|
| extern const char kChromeUIScreenshotPath[];
|
| extern const char kChromeUIThemePath[];
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
| #endif
|
|
|