Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: chrome/common/extensions/api/experimental_system_info_storage.idl

Issue 19672022: [SystemInfo API] Update systemInfo.storage API StorageUnitInfo Definition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698