Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index bf9516cab4a9ff031d6e21887107c03f0ca96eb9..458fa63a2699be328c7c758591be7ce39231dde3 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -209,10 +209,6 @@ |
"dependencies": ["permission:experimental"], |
"contexts": ["blessed_extension"] |
}, |
- "experimental.systemInfo.storage": { |
- "dependencies": ["permission:experimental"], |
- "contexts": ["blessed_extension"] |
- }, |
"extension": { |
"channel": "stable", |
"extension_types": ["extension", "packaged_app"], |
@@ -470,6 +466,25 @@ |
"dependencies": ["permission:system.memory"], |
"contexts": ["blessed_extension"] |
}, |
+ "system.storage": { |
+ "dependencies": ["permission:system.storage"], |
+ "contexts": ["blessed_extension"] |
+ }, |
+ "system.storage.addAvailableCapacityWatch": { |
+ "channel": "dev" |
+ }, |
+ "system.storage.removeAvailableCapacityWatch": { |
+ "channel": "dev" |
+ }, |
+ "system.storage.getAllAvailableCapacityWatches": { |
+ "channel": "dev" |
+ }, |
+ "system.storage.removeAllAvailableCapacityWatches": { |
+ "channel": "dev" |
+ }, |
+ "system.storage.onAvailableCapacityChanged": { |
+ "channel": "dev" |
+ }, |
"systemPrivate": { |
"dependencies": ["permission:systemPrivate"], |
"contexts": ["blessed_extension"] |