| Index: chrome/common/extensions/api/experimental_system_info_storage.idl
|
| diff --git a/chrome/common/extensions/api/experimental_system_info_storage.idl b/chrome/common/extensions/api/experimental_system_info_storage.idl
|
| index d6d5002dfcc6a38f0c91ee6b271da30cf570c318..c3dce20bd008cc73767b82145154af67dfad88a5 100644
|
| --- a/chrome/common/extensions/api/experimental_system_info_storage.idl
|
| +++ b/chrome/common/extensions/api/experimental_system_info_storage.idl
|
| @@ -14,8 +14,10 @@ namespace experimental.systemInfo.storage {
|
| };
|
|
|
| dictionary StorageUnitInfo {
|
| - // The unique id of the storage unit.
|
| + // The unique storage id. It is persistent between storage attachments.
|
| DOMString id;
|
| + // The mount path of the storage unit.
|
| + DOMString location;
|
| // The media type of the storage unit.
|
| StorageUnitType type;
|
| // The total amount of the storage space, in bytes.
|
|
|