Chromium Code Reviews| Index: chrome/common/extensions/api/_permission_features.json |
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json |
| index c5ca17b225a7851e894ad6d89c8ed94e064be631..ea129ff85603fdaf7a3d0fcc6858b041fc823762 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -277,6 +277,10 @@ |
| "extension_types": ["extension"], |
| "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
| }], |
| + "fileSystem.writeDirectory": [{ |
| + "channel": "trunk", |
| + "extension_types": ["platform_app"] |
| + }], |
|
not at google - send to devlin
2013/09/03 17:07:04
For the record: [{...}] in these files is equivale
Sam McNally
2013/09/04 00:21:30
Having fileSystem with the [] and a child permissi
not at google - send to devlin
2013/09/04 00:23:07
Oh. I didn't even realised that those complex perm
|
| "fontSettings": { |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app"] |