aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__url_constants.cc
blob: 32614d1703a27e9802cbcdbb59f98ca65e64717f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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