| Index: chromeos/chromeos_paths.h
|
| diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
|
| index 0627ded1bd5e997358bc2988c770f0792cb36850..d25ac437c5d515e16d7a223143f24691a74ea881 100644
|
| --- a/chromeos/chromeos_paths.h
|
| +++ b/chromeos/chromeos_paths.h
|
| @@ -27,10 +27,13 @@ enum {
|
| // store the uptime at which an update
|
| // became necessary. The file should be
|
| // cleared on boot.
|
| - DIR_DEVICE_LOCAL_ACCOUNT_CACHE, // Directory under which a cache of
|
| - // force-installed extensions is maintained
|
| - // for each device-local account.
|
| -
|
| + DIR_DEVICE_LOCAL_ACCOUNT_EXTENSIONS, // Directory under which a cache of
|
| + // force-installed extensions is
|
| + // maintained for each device-local
|
| + // account.
|
| + DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data
|
| + // referenced by policies is cached
|
| + // for device-local accounts.
|
| PATH_END
|
| };
|
|
|
|
|