| Index: chromeos/chromeos_paths.h
|
| diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
|
| index d25ac437c5d515e16d7a223143f24691a74ea881..dbc712e5b74f11fae4fb773c39c2c52587b48a0f 100644
|
| --- a/chromeos/chromeos_paths.h
|
| +++ b/chromeos/chromeos_paths.h
|
| @@ -14,26 +14,27 @@ namespace chromeos {
|
|
|
| enum {
|
| PATH_START = 7000,
|
| -
|
| - FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the
|
| - // default app order.
|
| - DIR_USER_POLICY_KEYS, // Directory where the session_manager stores
|
| - // the user policy keys.
|
| - FILE_OWNER_KEY, // Full path to the owner key file.
|
| - FILE_INSTALL_ATTRIBUTES, // Full path to the install attributes file.
|
| - FILE_UPTIME, // Full path to the file via which the kernel
|
| - // exposes the current device uptime.
|
| + FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the
|
| + // default app order.
|
| + DIR_USER_POLICY_KEYS, // Directory where the session_manager stores
|
| + // the user policy keys.
|
| + FILE_OWNER_KEY, // Full path to the owner key file.
|
| + FILE_INSTALL_ATTRIBUTES, // Full path to the install attributes file.
|
| + FILE_UPTIME, // Full path to the file via which the kernel
|
| + // exposes the current device uptime.
|
| FILE_UPDATE_REBOOT_NEEDED_UPTIME, // Full path to a file in which Chrome can
|
| // store the uptime at which an update
|
| // became necessary. The file should be
|
| // cleared on boot.
|
| - 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_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.
|
| + DIR_KIOSK_EXTENSIONS_CACHE, // Directory where kiosk app extensions are
|
| + // cached.
|
| PATH_END
|
| };
|
|
|
|
|