| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 970dc6b01c69071d31f5615cd55eba7e08dd6932..c0f505ae332692eb97b37e0a3982aee89a6ba8af 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -480,22 +480,6 @@ bool PathProvider(int key, base::FilePath* result) {
|
| break;
|
| }
|
| #endif
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| - case chrome::DIR_USER_LIBRARY: {
|
| - if (!GetUserLibraryDirectory(&cur))
|
| - return false;
|
| - if (!base::PathExists(cur)) // We don't want to create this.
|
| - return false;
|
| - break;
|
| - }
|
| - case chrome::DIR_USER_APPLICATIONS: {
|
| - if (!GetUserApplicationsDirectory(&cur))
|
| - return false;
|
| - if (!base::PathExists(cur)) // We don't want to create this.
|
| - return false;
|
| - break;
|
| - }
|
| -#endif
|
| #if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \
|
| (defined(OS_MACOSX) && !defined(OS_IOS))
|
| case chrome::DIR_USER_EXTERNAL_EXTENSIONS: {
|
|
|