| 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..e3a41a881473038b5bf5158b5c47b43b2ba77fff 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -456,6 +456,11 @@
|
| "dependencies": ["permission:identity"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "identity.getAccounts": {
|
| + "channel": "dev",
|
| + "dependencies": ["permission:identity"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "identityPrivate": {
|
| "dependencies": ["permission:identityPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|