Index: chrome/common/chrome_paths_internal.h |
=================================================================== |
--- chrome/common/chrome_paths_internal.h (revision 137529) |
+++ chrome/common/chrome_paths_internal.h (working copy) |
@@ -51,6 +51,9 @@ |
// Get the path to the user's downloads directory. |
bool GetUserDownloadsDirectory(FilePath* result); |
+// Gets the path to the user's pictures directory. |
+bool GetUserPicturesDirectory(FilePath* result); |
+ |
// The path to the user's desktop. |
bool GetUserDesktop(FilePath* result); |