diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 21:48:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 21:48:27 +0000 |
commit | 3499ed701e63654e1129036073e81a50f141ed8a (patch) | |
tree | f5492c066e876e2ba8bb6313014259ae784d8c24 /chrome/common/chrome_paths_internal.h | |
parent | 669aff217eaa6c54f8a928078c54dd937e8080a0 (diff) | |
download | chromium_src-3499ed701e63654e1129036073e81a50f141ed8a.zip chromium_src-3499ed701e63654e1129036073e81a50f141ed8a.tar.gz chromium_src-3499ed701e63654e1129036073e81a50f141ed8a.tar.bz2 |
Linux: Use the same safe downloads logic as Windows.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/10241007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index 23c3ec4..d4a1151 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -41,7 +41,7 @@ void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result); // Get the path to the user's documents directory. bool GetUserDocumentsDirectory(FilePath* result); -#if defined (OS_WIN) +#if defined(OS_WIN) || defined(OS_LINUX) // Gets the path to a safe default download directory for a user. bool GetUserDownloadsDirectorySafe(FilePath* result); #endif |