From 4f90e2ad347e868a8f1eb23fbc15b9d740c25e6a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 18 Sep 2011 17:11:32 +0000 Subject: - update to 14.0.835.163 - now use system tcmalloc Submitted by: George Liaskos Obtained from: Chromium development repository With hat: chromium@ --- www/chromium/files/patch-chrome__common__url_constants.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/chromium/files/patch-chrome__common__url_constants.h (limited to 'www/chromium/files/patch-chrome__common__url_constants.h') diff --git a/www/chromium/files/patch-chrome__common__url_constants.h b/www/chromium/files/patch-chrome__common__url_constants.h new file mode 100644 index 000000000000..fb8e8ac9892a --- /dev/null +++ b/www/chromium/files/patch-chrome__common__url_constants.h @@ -0,0 +1,11 @@ +--- chrome/common/url_constants.h.orig 2011-09-10 15:16:51.000000000 +0300 ++++ chrome/common/url_constants.h 2011-09-10 15:17:26.000000000 +0300 +@@ -156,7 +156,7 @@ + extern const char kChromeUIThemePath[]; + extern const char kChromeUIThumbnailPath[]; + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + extern const char kChromeUILinuxProxyConfigHost[]; + extern const char kChromeUISandboxHost[]; + #endif -- cgit v1.2.3