| 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 2bf914ac7155511eb7bbc49450ec04d230bf615d..cabaa1f94b23bb7a1a80dfc35d1d4539df89a09c 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"]
|
|
|