diff options
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index dc726d6..5254f51 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -22,6 +22,11 @@ bool GetChromeFrameUserDataDirectory(FilePath* result); // Get the path to the user's documents directory. bool GetUserDocumentsDirectory(FilePath* result); +#if defined (OS_WIN) +// Gets the path to a safe default download directory for a user. +bool GetUserDownloadsDirectorySafe(FilePath* result); +#endif + // Get the path to the user's downloads directory. bool GetUserDownloadsDirectory(FilePath* result); |