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