Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index 581fdc06f7c12e16dda336250bfaffee51ba8d3d..db6ddaf433ab5dad569ae26b13b01aa643f161d7 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) && !defined(OS_IOS) |
- DIR_USER_APPLICATIONS, // ~/Applications |
- DIR_USER_LIBRARY, // ~/Library |
-#endif |
#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \ |
(defined(OS_MACOSX) && !defined(OS_IOS)) |
DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions |