| 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 a34c14da5a504917305f1467e9b39f3198b158e9..3c5fcde257d56e531f83098c339037df11ed29fd 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"]
|
| + },
|
| "automationInternal": {
|
| "internal": true,
|
| "dependencies": ["manifest:automation"],
|
|
|