| 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 ac478738a5512a756fd7d0accb44352c2832f6b5..01a85785a26192b174dd7f340f77980bab937bcd 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 name for the user.
|
| + DOMString name;
|
| +
|
| // Whether this user is the device owner.
|
| boolean isOwner;
|
| };
|
|
|