Chromium Code Reviews| Index: chrome/common/chrome_paths.cc |
| =================================================================== |
| --- chrome/common/chrome_paths.cc (revision 252098) |
| +++ chrome/common/chrome_paths.cc (working copy) |
| @@ -459,6 +459,13 @@ |
| return false; |
| break; |
| } |
| + case chrome::DIR_USER_LIBRARY { |
| + if (!GetLocalLibraryDirectory(&cur)) |
|
Mark Mentovai
2014/02/25 14:02:50
The comment in the .h said that you wanted the use
|
| + return false; |
| + if (!base::PathExists(cur)) // We don't want to create this. |
| + return false; |
| + break; |
| + } |
| #endif |
| #if defined(OS_CHROMEOS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| case chrome::DIR_USER_EXTERNAL_EXTENSIONS: { |