| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 5fa5190db6c3dfe1fc69c84274b65076d06f0f57..b1dfee8f38ac361b36ffee0930c6653bb56e2de2 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -235,7 +235,7 @@ const char kChromeUIThemePath[] = "theme";
|
| const char kChromeUIWelcomeHost[] = "welcome";
|
| #endif
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
|
| const char kChromeUISandboxHost[] = "sandbox";
|
| #endif
|
| @@ -555,7 +555,7 @@ const char* const kChromeHostURLs[] = {
|
| #if defined(OS_WIN)
|
| kChromeUIConflictsHost,
|
| #endif
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| kChromeUILinuxProxyConfigHost,
|
| kChromeUISandboxHost,
|
| #endif
|
|
|