Index: chrome/common/chrome_paths.cc |
=================================================================== |
--- chrome/common/chrome_paths.cc (revision 134311) |
+++ chrome/common/chrome_paths.cc (working copy) |
@@ -144,7 +144,7 @@ |
create_dir = true; |
break; |
case chrome::DIR_DEFAULT_DOWNLOADS_SAFE: |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) || defined(OS_LINUX) |
if (!GetUserDownloadsDirectorySafe(&cur)) |
return false; |
break; |