Chromium Code Reviews| Index: chrome/common/extensions/api/users_private.idl |
| diff --git a/chrome/common/extensions/api/users_private.idl b/chrome/common/extensions/api/users_private.idl |
| index 8d01f52865c1b4cdabc7144e7efd1794e9ab9853..702cf53c3629a9639c06009550129ae08cb15ef8 100644 |
| --- a/chrome/common/extensions/api/users_private.idl |
| +++ b/chrome/common/extensions/api/users_private.idl |
| @@ -11,6 +11,9 @@ namespace usersPrivate { |
| // Email for the user. |
| DOMString email; |
| + // Display email for the user. |
|
tommycli
2017/05/17 15:56:12
nit: Maybe "Displayed email" so it's not confused
stevenjb
2017/05/17 16:05:34
Hmm, I feel like "display name" (and equivalent "d
Devlin
2017/05/17 16:16:14
If we *really* wanted to bikeshed this, "emailForD
|
| + DOMString displayEmail; |
| + |
| // Display name for the user. |
| DOMString name; |