| 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 8403c66f22f5edfd0c279acb30560976212e02db..ee8fe8971d645d975c952f1809f6bb293b0c2882 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -75,6 +75,11 @@
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
|
| "matches": []
|
| },
|
| + "appviewTag": {
|
| + "internal": true,
|
| + "dependencies": ["permission:appview"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "audioModem": {
|
| "dependencies": ["permission:audioModem"],
|
| "contexts": ["blessed_extension"]
|
|
|