diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:06:57 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:06:57 +0000 |
commit | a87c920b12f4a9443afd9e1e8eead7ef46aab2d3 (patch) | |
tree | 98dd81f11e5bd908f0ad6fecad2a6c3ef358f511 /chrome/common/chrome_paths_internal.h | |
parent | 4266def2249351b884b0b9b91eca39c1516a1ba1 (diff) | |
download | chromium_src-a87c920b12f4a9443afd9e1e8eead7ef46aab2d3.zip chromium_src-a87c920b12f4a9443afd9e1e8eead7ef46aab2d3.tar.gz chromium_src-a87c920b12f4a9443afd9e1e8eead7ef46aab2d3.tar.bz2 |
Add PathService::Get(chrome::DIR_USER_PICTURES).
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10392094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index 0e60ce1..2eb1557 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -51,6 +51,9 @@ bool GetUserDownloadsDirectorySafe(FilePath* result); // 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); |