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 06c40e081333916417f62d7fdd7f3055ac801860..bae830409d4d7e44484a591fab12d2043ebe005d 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -745,11 +745,17 @@ |
"dependencies": ["permission:tabCapture"], |
"contexts": ["blessed_extension"] |
}, |
- "tabs": { |
+ "tabs": [{ |
"channel": "stable", |
"extension_types": ["extension", "legacy_packaged_app"], |
"contexts": ["blessed_extension", "extension_service_worker"] |
- }, |
+ }, { |
+ "channel": "stable", |
benwells
2017/02/07 07:13:07
It looks like the other webui things under develop
jiaxi
2017/02/08 00:04:00
Most in development things use stable (eg inputMes
|
+ "contexts": ["webui"], |
+ "matches": [ |
+ "chrome://bookmarks/*" |
+ ] |
+ }], |
"terminalPrivate": { |
"dependencies": ["permission:terminalPrivate"], |
"contexts": ["blessed_extension"] |