Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index ddc11ffb610d4415d22c5b797561cc1f583720b4..a48a6de89ed9b12a860668ce34edbe6d68f2c9d4 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -266,6 +266,12 @@ |
"dependencies": ["permission:storage"], |
"contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
}, |
+ "surfaceWorkerInternal": { |
+ "internal": true, |
+ "channel": "trunk", |
+ "contexts": "all", |
+ "matches": ["<all_urls>"] |
+ }, |
"system.cpu": { |
"dependencies": ["permission:system.cpu"], |
"contexts": ["blessed_extension"] |
@@ -380,11 +386,5 @@ |
"channel": "stable", |
"contexts": ["webui"], |
"matches": ["chrome://chrome-signin/*", "chrome://oobe/*"] |
- }], |
- "workerFrameInternal": { |
- "internal": true, |
- "channel": "trunk", |
- "contexts": "all", |
- "matches": ["<all_urls>"] |
- } |
+ }] |
} |