Chromium Code Reviews| Index: chrome/common/chrome_paths.cc |
| =================================================================== |
| --- chrome/common/chrome_paths.cc (revision 25103) |
| +++ chrome/common/chrome_paths.cc (working copy) |
| @@ -96,6 +96,7 @@ |
| case chrome::DIR_DEFAULT_DOWNLOADS: |
| if (!GetUserDownloadsDirectory(&cur)) |
| return false; |
| + create_dir = true; |
| break; |
| case chrome::DIR_CRASH_DUMPS: |
| // The crash reports are always stored relative to the default user data |