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 286a6cd3ff52729f82364004653700ca8a3c87c2..b63b0e922cd469848c84446afcd03760e76b3c84 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -232,6 +232,13 @@ |
| "channel": "dev", |
| "extension_types": ["platform_app"] |
| }, |
| + "rtcPrivate": { |
| + "channel": "stable", |
| + "extension_types": ["extension", "packaged_app"], |
| + "whitelist": [ |
| + "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk |
|
Dmitry Titov
2012/09/05 21:07:31
There are 4 IDs for GTalk (debug/alpha/beta/prod)
zel
2012/09/05 21:30:44
Done.
|
| + ] |
| + }, |
| // Note: runtime is not actually a permission, but some systems check these |
| // values to verify restrictions. |
| "runtime": { |