diff options
Diffstat (limited to 'chrome/common/chrome_paths.h')
| -rw-r--r-- | chrome/common/chrome_paths.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 65538a7..63037c6 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.). |
