mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
Obtained from: Chromium Chruetertee development repository Security: http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
11 lines
480 B
C++
11 lines
480 B
C++
--- chrome/common/url_constants.cc.orig 2012-01-18 11:13:17.000000000 +0200
|
|
+++ chrome/common/url_constants.cc 2012-01-29 15:33:57.000000000 +0200
|
|
@@ -186,7 +186,7 @@
|
|
const char kChromeUIScreenshotPath[] = "screenshots";
|
|
const char kChromeUIThemePath[] = "theme";
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
|
|
const char kChromeUISandboxHost[] = "sandbox";
|
|
#endif
|