diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 02:25:32 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 02:25:32 +0000 |
commit | f052118e0a1dea89270f0c92cb78d8b277720dc6 (patch) | |
tree | b491b444b48facae9315b8f9053ff9aa27bd923f /chrome/common/chrome_paths.h | |
parent | 200abc3b412aa5129bca6c90cfe298b05ad547b2 (diff) | |
download | chromium_src-f052118e0a1dea89270f0c92cb78d8b277720dc6.zip chromium_src-f052118e0a1dea89270f0c92cb78d8b277720dc6.tar.gz chromium_src-f052118e0a1dea89270f0c92cb78d8b277720dc6.tar.bz2 |
Same CL as 448. Had to redo it.
Change the default download path if needed, in Vista it could be set tothe
destkop which is a risky location.- Remove reading the download location from IE
in vista.BUG=b/1355855
This was already LGTmed
Review URL: http://codereview.chromium.org/462
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 77913d4..02b14ae 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -17,7 +17,7 @@ enum { DIR_LOGS, // directory where logs should be written DIR_USER_DATA, // directory where user data can be written DIR_CRASH_DUMPS, // directory where crash dumps are written - DIR_DEFAULT_DOWNLOAD, // directory where downloads go by default + DIR_USER_DESKTOP, // directory that correspond to the desktop DIR_RESOURCES, // directory where application resources are stored DIR_INSPECTOR, // directory where web inspector is located DIR_THEMES, // directory where theme dll files are stored |