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 4205358ce4b331bf2376d31bc8f45e1d10756712..6c1c46f869549cb348afbfb048d6f6db1b33b49e 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -539,6 +539,42 @@ |
| ], |
| "whitelist": [""] |
| }, |
| + "system.storage": { |
| + "channel": "stable", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| + "system.storage.addAvailableCapacityWatch": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| + "system.storage.removeAvailableCapacityWatch": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| + "system.storage.getAllAvailableCapacityWatches": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| + "system.storage.removeAllAvailableCapacityWatches": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| + "system.storage.onAvailableCapacityChanged": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
|
Haojian Wu
2013/07/18 08:51:20
I'm not sure whether this is the right way to make
Hongbo Min
2013/07/18 09:56:43
I think you are right.
Testing the api in dev cha
Haojian Wu
2013/07/18 10:44:30
That means we can only build the trunk-channel chr
方觉(Fang Jue)
2013/07/18 11:44:30
No. This will not make these methods dev only. _pe
Haojian Wu
2013/07/18 15:43:31
Thanks for the useful instructions and link.
kalm
not at google - send to devlin
2013/07/18 17:06:18
This is almost correct, you don't need to restrict
Haojian Wu
2013/07/19 08:47:12
Done. Please check whether I get your point.
|
| "systemInfo.display": { |
| "channel": "stable", |
| "extension_types": ["extension", "packaged_app", "platform_app"] |