Index: chrome/common/chrome_paths_mac.mm |
=================================================================== |
--- chrome/common/chrome_paths_mac.mm (revision 136931) |
+++ chrome/common/chrome_paths_mac.mm (working copy) |
@@ -135,6 +135,10 @@ |
return base::mac::GetUserDirectory(NSDownloadsDirectory, result); |
} |
+bool GetUserPicturesDirectory(FilePath* result) { |
+ return base::mac::GetUserDirectory(NSPicturesDirectory, result); |
+} |
+ |
bool GetUserDesktop(FilePath* result) { |
return base::mac::GetUserDirectory(NSDesktopDirectory, result); |
} |