Chromium Code Reviews| 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 6e67ab70c45229b135c210cbe6df3f520f871f8f..7388d448d8d153a11d72c63711b337ae4bf2c96c 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -276,6 +276,10 @@ |
| "channel": "stable", |
| "contexts": ["blessed_extension"] |
| }, |
| + "easyUnlockPrivate": { |
| + "dependencies": ["permission:easyUnlockPrivate"], |
| + "contexts": ["blessed_extension", "unblessed_extension"] |
|
asargent_no_longer_on_chrome
2014/07/17 00:22:04
Do you need unblessed_extension contexts to have a
tbarzic
2014/07/18 22:50:22
removed
|
| + }, |
| "echoPrivate": { |
| "dependencies": ["permission:echoPrivate"], |
| "contexts": ["blessed_extension"] |