From a71930e2d98159f8096fd848dbc2f91a11bf2ed5 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 9 Feb 2012 12:53:00 +0000 Subject: Update to 17.0.963.46 Obtained from: Chromium Chruetertee development repository Security: http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html --- www/chromium/files/patch-base__file_util_posix.cc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 www/chromium/files/patch-base__file_util_posix.cc (limited to 'www/chromium/files/patch-base__file_util_posix.cc') diff --git a/www/chromium/files/patch-base__file_util_posix.cc b/www/chromium/files/patch-base__file_util_posix.cc deleted file mode 100644 index 231f6541e48b..000000000000 --- a/www/chromium/files/patch-base__file_util_posix.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- ./base/file_util_posix.cc.orig 2010-12-16 02:11:49.000000000 +0100 -+++ ./base/file_util_posix.cc 2010-12-20 20:15:07.000000000 +0100 -@@ -815,7 +815,11 @@ - } - - bool GetShmemTempDir(FilePath* path) { -+#if defined(OS_LINUX) - *path = FilePath("/dev/shm"); -+#else -+ *path = FilePath("/tmp"); -+#endif - return true; - } - -- cgit v1.2.3