| Index: chrome/common/extensions/api/identity.idl
|
| diff --git a/chrome/common/extensions/api/identity.idl b/chrome/common/extensions/api/identity.idl
|
| index 5c96565bb902c4d9ba92aa5279ac66d8fa9855b1..28696e51ab72f509ba9c77d1844081be22131ab9 100644
|
| --- a/chrome/common/extensions/api/identity.idl
|
| +++ b/chrome/common/extensions/api/identity.idl
|
| @@ -13,12 +13,15 @@ namespace identity {
|
|
|
| dictionary ProfileUserInfo {
|
| // An email address for the user account signed into the current
|
| - // profile. Empty if the user is not signed in.
|
| + // profile. Empty if the user is not signed in or the
|
| + // <code>identity.email</code> manifest permission is not
|
| + // specified.
|
| DOMString email;
|
|
|
| // A unique identifier for the account. This ID will not change
|
| // for the lifetime of the account. Empty if the user is not
|
| - // signed in.
|
| + // signed in or (in M41+) the <code>identity.email</code>
|
| + // manifest permission is not specified.
|
| DOMString id;
|
| };
|
|
|
|
|