| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 69239ade59a00af08a81ef5729d4eb8f5dbcd13e..f91c1719a63d1b277734dd2ebea434c43c2feb78 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -37,6 +37,12 @@ enum {
|
| // be moved into the profile, to avoid issues
|
| // moving across volumes. See crbug.com/13044 .
|
| DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside.
|
| +#if !defined(OS_MACOSX) && defined(OS_POSIX)
|
| + DIR_POLICY_FILES, // Directory for system-wide read-only
|
| + // policy files that allow sys-admins
|
| + // to set policies for chrome. This directory
|
| + // contains subdirectories.
|
| +#endif
|
| FILE_RESOURCE_MODULE, // Full path and filename of the module that
|
| // contains embedded resources (version,
|
| // strings, images, etc.).
|
|
|