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