Chromium Code Reviews| 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 37f368c827ec05e4dfbb538b4d257c3e0040ff8b..7903fd8ee8e9cd87e0ba686a154d3bd7c703f3e5 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -47,7 +47,9 @@ |
| "autotestPrivate": { |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app"], |
|
Devlin
2016/11/17 18:14:05
Do we still need this to work with legacy packaged
achuithb
2016/11/17 22:34:48
Done.
|
| - "location": "component" |
| + "whitelist": [ |
| + "behllobkkfkfnphdnhnkndlbkcpglgmj" // Autotest extension. |
|
Devlin
2016/11/17 18:14:05
This should be a hash. See https://chromium.googl
achuithb
2016/11/17 22:34:48
Done.
|
| + ] |
| }, |
| "background": { |
| "channel": "stable", |