ports/www/chromium/files/patch-chrome__common__url_constants.cc
Rene Ladan a71930e2d9 Update to 17.0.963.46
Obtained from:	Chromium Chruetertee development repository
Security:	http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
2012-02-09 12:53:00 +00:00

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