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 f960872800a1531147fa8c014db0bba42d5f57da..9ae9aff78b687dd65d19344cd66e23df3bc8a49f 100644 |
--- a/chrome/common/extensions/api/experimental_system_info_storage.idl |
+++ b/chrome/common/extensions/api/experimental_system_info_storage.idl |
@@ -25,9 +25,6 @@ namespace experimental.systemInfo.storage { |
// The total amount of the storage space, in bytes. |
// Default value is 0 if query operation fails. |
double capacity; |
- // The available amount of the storage space, in bytes. |
- // Default value is 0 if query operation fails. |
- double availableCapacity; |
}; |
[inline_doc] enum EjectDeviceResultCode { |