| Index: chromeos/chromeos_paths.h
|
| diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
|
| index fe9be13f4ef2c53c1941fcaa2b51c6defbe06b20..db55c27f19fac88fd7864d92eca10bc7f944e3ad 100644
|
| --- a/chromeos/chromeos_paths.h
|
| +++ b/chromeos/chromeos_paths.h
|
| @@ -38,6 +38,11 @@ enum {
|
| DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data
|
| // referenced by policies is cached
|
| // for device-local accounts.
|
| + DIR_DEVICE_LOCAL_ACCOUNT_COMPONENT_POLICY, // Directory where policy for the
|
| + // components of device-local
|
| + // account is stored. Currently
|
| + // this is used for policy for
|
| + // extensions.
|
| PATH_END
|
| };
|
|
|
|
|