diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-28 03:45:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-28 03:45:47 +0000 |
commit | 83ad0766180d9196d711dab5cafcafa8f5148422 (patch) | |
tree | b19e1bbcb1cb6bdea17527c4c60a956bd87e4d48 /chrome/common/chrome_paths.h | |
parent | 443c4db65607dfd7dfc66ef9b621d784ce3e06ad (diff) | |
download | chromium_src-83ad0766180d9196d711dab5cafcafa8f5148422.zip chromium_src-83ad0766180d9196d711dab5cafcafa8f5148422.tar.gz chromium_src-83ad0766180d9196d711dab5cafcafa8f5148422.tar.bz2 |
Linux: Use the same safe downloads logic as Windows. (try 2)
BUG=none
TEST=none
First attempt: http://codereview.chromium.org/10241007/
Review URL: http://codereview.chromium.org/10255018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 09988fc..9d6af14 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -27,7 +27,8 @@ enum { DIR_APP_DICTIONARIES, // Directory where the global dictionaries are. DIR_USER_DOCUMENTS, // Directory for a user's "My Documents". DIR_DEFAULT_DOWNLOADS_SAFE, // Directory for a user's - // "My Documents/Downloads". + // "My Documents/Downloads", (Windows) or + // "Downloads". (Linux) DIR_DEFAULT_DOWNLOADS, // Directory for a user's downloads. DIR_USER_DATA_TEMP, // A temp directory within DIR_USER_DATA. Use // this when a temporary file or directory will |