| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index c3ff8fcc70ca04e66d2b7f26abdfdd48110bc87e..74a5bb52210a1d3b02d44d993aefe006603e496c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -226,7 +226,8 @@ 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) && \
|
| + !defined(OS_NACL)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
| #endif
|
|
|