ports/www/chromium/files/patch-chrome__common__url_constants.cc
Baptiste Daroussin 4f90e2ad34 - update to 14.0.835.163
- now use system tcmalloc

Submitted by:	George Liaskos
Obtained from:	Chromium development repository
With hat:	chromium@
2011-09-18 17:11:32 +00:00

11 lines
454 B
C++

--- 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