summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__url_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome__common__url_constants.cc')
-rw-r--r--www/chromium/files/patch-chrome__common__url_constants.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome__common__url_constants.cc b/www/chromium/files/patch-chrome__common__url_constants.cc
new file mode 100644
index 000000000000..48aca293ccb5
--- /dev/null
+++ b/www/chromium/files/patch-chrome__common__url_constants.cc
@@ -0,0 +1,11 @@
+--- chrome/common/url_constants.cc.orig 2011-09-10 15:16:44.000000000 +0300
++++ chrome/common/url_constants.cc 2011-09-10 15:17:50.000000000 +0300
+@@ -158,7 +158,7 @@
+ const char kChromeUIThemePath[] = "theme";
+ const char kChromeUIThumbnailPath[] = "thumb";
+
+-#if defined(OS_LINUX)
++#if defined(OS_LINUX) || defined(OS_FREEBSD)
+ const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
+ const char kChromeUISandboxHost[] = "sandbox";
+ #endif