| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 703061005f422a9670868adfd907b33d35d78ee5..8c98a53e22716122c09cf59ec39a7c09993bcd32 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -227,7 +227,7 @@ extern const char kChromeUIThemePath[];
|
| extern const char kChromeUIWelcomeHost[];
|
| #endif
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
| #endif
|
|
|