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