| 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 01a85785a26192b174dd7f340f77980bab937bcd..8d01f52865c1b4cdabc7144e7efd1794e9ab9853 100644
|
| --- a/chrome/common/extensions/api/users_private.idl
|
| +++ b/chrome/common/extensions/api/users_private.idl
|
| @@ -16,6 +16,9 @@ namespace usersPrivate {
|
|
|
| // Whether this user is the device owner.
|
| boolean isOwner;
|
| +
|
| + // Whether this user is supervised.
|
| + boolean isSupervised;
|
| };
|
|
|
| callback UsersCallback = void (User[] users);
|
|
|