| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 7bac37f8bb57ff5aed4c5fbdb3c474d23a3abdb1..7b20a0acf1086b5c46f24b4a449b4b51095e3277 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -185,7 +185,7 @@ const char kChromeUIWorkersHost[] = "workers";
|
| const char kChromeUIScreenshotPath[] = "screenshots";
|
| const char kChromeUIThemePath[] = "theme";
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
|
| const char kChromeUISandboxHost[] = "sandbox";
|
| #endif
|
|
|