Index: chrome/common/extensions/api/_permission_features.json |
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json |
index de15be244324bdc14c4839043c6798deeb81f2d4..5f32b7d08a31a1fb5bf529bb05280a24f2e2c919 100644 |
--- a/chrome/common/extensions/api/_permission_features.json |
+++ b/chrome/common/extensions/api/_permission_features.json |
@@ -869,6 +869,12 @@ |
"extension_types": ["platform_app"], |
"location": "component" |
}, |
+ "searchEnginesPrivate": { |
+ "channel": "trunk", |
+ "extension_types": ["extension", "platform_app"], |
+ "platforms": ["chromeos", "mac", "win", "linux"], |
not at google - send to devlin
2015/04/22 19:32:59
I see that settingsPrivate did enumerate all of th
Oren Blasberg
2015/04/22 22:36:11
I didn't know there was an "all" since there is no
not at google - send to devlin
2015/04/22 22:43:51
Oh right, yes, probably omitting it is even better
Oren Blasberg
2015/04/22 22:59:18
Removed altogether.
|
+ "whitelist": [] |
not at google - send to devlin
2015/04/22 19:32:59
An empty whitelist is just parsed as no whitelist,
Oren Blasberg
2015/04/22 22:36:10
Oh wow, didn't realize that! Thanks.
Our origina
not at google - send to devlin
2015/04/22 22:43:51
Ah right. In that case you don't even need a permi
Oren Blasberg
2015/04/22 22:59:19
Cool, thanks. Removed from here, and will remove f
not at google - send to devlin
2015/04/22 23:01:26
If your browser test is implemented as an extensio
Oren Blasberg
2015/04/22 23:39:57
OK. In order to be a bit more future proof I'm goi
|
+ }, |
"screensaver": { |
"channel": "stable", |
"extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |