diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2012-02-09 12:53:00 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2012-02-09 12:53:00 +0000 |
| commit | a71930e2d98159f8096fd848dbc2f91a11bf2ed5 (patch) | |
| tree | 13b26094f9b010645218f8e27cec640890893aca /www/chromium/files/patch-base__file_util_posix.cc | |
| parent | Document new Chromium < 17.0.963.46 vulnerabilities. (diff) | |
Update to 17.0.963.46
Obtained from: Chromium Chruetertee development repository
Security: http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-base__file_util_posix.cc')
| -rw-r--r-- | www/chromium/files/patch-base__file_util_posix.cc | 14 |
1 files changed, 0 insertions, 14 deletions
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; - } - |
