diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-18 17:11:32 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-18 17:11:32 +0000 |
| commit | 4f90e2ad347e868a8f1eb23fbc15b9d740c25e6a (patch) | |
| tree | bfe43d8b934bca3155666e9c84e5a2c3b4cd5dd0 /www/chromium/files/patch-chrome__common__url_constants.h | |
| parent | - Revert previous commit (diff) | |
- update to 14.0.835.163
- now use system tcmalloc
Submitted by: George Liaskos
Obtained from: Chromium development repository
With hat: chromium@
Diffstat (limited to 'www/chromium/files/patch-chrome__common__url_constants.h')
| -rw-r--r-- | www/chromium/files/patch-chrome__common__url_constants.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
