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 339c688113722879810ddf377b3deaa424bdba03..44dfd9d16533b3bddfb64c820ae0cebce9b791bc 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -321,6 +321,10 @@ |
| "channel": "dev", |
| "extension_types": ["extension", "packaged_app"] |
| }, |
| + "streamsPrivate": { |
| + "channel": "stable", |
| + "extension_types": ["extension", "packaged_app", "platform_app"] |
|
Matt Perry
2013/03/01 22:15:16
I think you can move the whitelist here instead of
Zachary Kuznia
2013/03/04 06:09:43
Done.
|
| + }, |
| "socket": { |
| "channel": "stable", |
| "extension_types": ["platform_app"] |