| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 4c488cc547e20eb9d9125650286e6825ad7b1c0e..b65108251d5e4d9f982e2d0db54a9056657e01e8 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -46,10 +46,6 @@ enum {
|
| // to set policies for chrome. This directory
|
| // contains subdirectories.
|
| #endif
|
| -#if defined(OS_MACOSX)
|
| - DIR_USER_APPLICATIONS, // ~/Applications
|
| - DIR_USER_LIBRARY, // ~/Library
|
| -#endif
|
| #if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \
|
| defined(OS_MACOSX)
|
| DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions
|
|
|