| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index fe19c23fcee4070846792199ab330f0f37c1786e..9d5025c7ddc798f39828ac9002e2549b3738a382 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -187,7 +187,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
|
|
|