| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index b5e632fb5c7779d11391c046218becc5a08f061b..caf7c56920a6abcb101910037a408e94143ef7f0 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -42,11 +42,11 @@ enum {
|
| // to set policies for chrome. This directory
|
| // contains subdirectories.
|
| #endif
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| DIR_MANAGED_PREFS, // Directory that stores the managed prefs plist
|
| // files for the current user.
|
| #endif
|
| -#if defined(OS_CHROMEOS) || defined(OS_MACOSX)
|
| +#if defined(OS_CHROMEOS) || (defined(OS_MACOSX) && !defined(OS_IOS))
|
| DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions
|
| // on Chrome Mac. On Chrome OS, this path is
|
| // used for OEM customization.
|
|
|