Chromium Code Reviews| 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 0d436074c0783eb728f67a1ba89105ab073b1d70..fe0b4c437a428b81522ea91cf05f2da50467ee9a 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -231,6 +231,12 @@ |
| "dependencies": ["permission:cookies"], |
| "contexts": ["blessed_extension"] |
| }, |
| + "copresencePrivate": { |
| + "channel": "stable", |
| + "contexts": ["blessed_extension"], |
| + "extension_types": ["extension"], |
| + "location": "component" |
|
not at google - send to devlin
2014/07/31 15:24:17
I'd prefer if you added a permission for this to f
rkc
2014/07/31 23:12:53
Done.
|
| + }, |
| "debugger": { |
| "dependencies": ["permission:debugger"], |
| "contexts": ["blessed_extension"] |