diff options
author | chromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 04:06:43 +0000 |
---|---|---|
committer | chromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 04:06:43 +0000 |
commit | 1fd5302cf7083ff593667703d144aa84d3cf7e5d (patch) | |
tree | d64d5a1e377638aa696b57d4ba2bb928779752b5 /chrome/common/chrome_paths.cc | |
parent | 8b02f7de252dba372f6f393a2f0130f893af3cb9 (diff) | |
download | chromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.zip chromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.tar.gz chromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.tar.bz2 |
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them apply to non-linux Unix also. Non-linux Unices tested are the BSDs and Solaris.
Review URL: http://codereview.chromium.org/3556009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r-- | chrome/common/chrome_paths.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index 1b3061f..a8d1dd8 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -172,7 +172,7 @@ bool PathProvider(int key, FilePath* result) { cur = cur.Append(FILE_PATH_LITERAL("inspector")); break; case chrome::DIR_APP_DICTIONARIES: -#if defined(OS_LINUX) || defined(OS_MACOSX) +#if defined(OS_POSIX) // We can't write into the EXE dir on Linux, so keep dictionaries // alongside the safe browsing database in the user data dir. // And we don't want to write into the bundle on the Mac, so push |