Chromium Code Reviews| Index: chrome/common/extensions/api/easy_unlock_private.idl |
| diff --git a/chrome/common/extensions/api/easy_unlock_private.idl b/chrome/common/extensions/api/easy_unlock_private.idl |
| index 08dd2caa9166254c0119c5994ea5550025984bd2..bd3264b30954ac324ee5ba2083ddd7aac26d00de 100644 |
| --- a/chrome/common/extensions/api/easy_unlock_private.idl |
| +++ b/chrome/common/extensions/api/easy_unlock_private.idl |
| @@ -144,6 +144,12 @@ namespace easyUnlockPrivate { |
| // The user id. |
| DOMString userId; |
| + // An stable identifier for the user and device. If a user is removed and |
|
Ilya Sherman
2015/02/10 01:31:05
nit: "An" -> "A"
Tim Song
2015/02/10 22:20:33
Done.
|
| + // added to the same device, this id will remain the same. However, this id |
| + // will be different if another user is added to the same device or if the |
| + // same user is added on another device. |
| + DOMString deviceUserId; |
| + |
| // Whether the user is logged in. If not logged in, the app is running on |
| // the signin screen. |
| boolean loggedIn; |