| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 65538a77ac10d107889da115697bf038394fab1b..63037c6fdaa7cf2e5ce20961405f8fd8e84ae1c5 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -42,6 +42,10 @@ enum {
|
| // to set policies for chrome. This directory
|
| // contains subdirectories.
|
| #endif
|
| +#if defined(OS_MACOSX)
|
| + DIR_MANAGED_PREFS, // Directory that stores the managed prefs plist
|
| + // files for the current user.
|
| +#endif
|
| FILE_RESOURCE_MODULE, // Full path and filename of the module that
|
| // contains embedded resources (version,
|
| // strings, images, etc.).
|
|
|