| 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 732018aed38732195133432a12dfb6129927d68b..3507f806f21dd12d1746a8be5171be9992d1d598 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"]
|
|
|