| 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 a289d27f2ca2fb6f41de0a6c94cb8fa127613f90..2bf914ac7155511eb7bbc49450ec04d230bf615d 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -651,6 +651,10 @@
|
| "dependencies": ["permission:syncFileSystem"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "syncedNotificationsPrivate": {
|
| + "contexts": ["blessed_extension"],
|
| + "dependencies": ["permission:syncedNotificationsPrivate"]
|
| + },
|
| "systemIndicator": {
|
| "dependencies": ["manifest:system_indicator"],
|
| "contexts": ["blessed_extension"]
|
|
|