| 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 4a9b6ebc59ad349824051833b1bc8628b8a3aaa9..7e8481a794f67720856cc6d81d2033c192438daf 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -459,6 +459,10 @@
|
| "extension_types": ["extension", "legacy_packaged_app"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "webcamPrivate": {
|
| + "dependencies": ["permission:webcamPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "management": {
|
| "dependencies": ["permission:management"],
|
| "contexts": ["blessed_extension"]
|
|
|