Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(783)

Unified Diff: chrome/common/extensions/api/easy_unlock_private.idl

Issue 877033005: Use a stable device-user identifier for CryptAuth enrollments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698