| 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 55928d7c75fff4ba35ef455c1715fa416c099c7d..630fe4d2730c08960e07266f3796586cf5785345 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -464,6 +464,10 @@
|
| "dependencies": ["permission:systemInfo.memory"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "systemInfo.storage": {
|
| + "dependencies": ["permission:systemInfo.storage"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "systemPrivate": {
|
| "dependencies": ["permission:systemPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|