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

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: accidently removed files 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
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3e2ad141ef752b2f1406ea1df898285e9e97b48f..7d65a4736f6b7295544fe9768521b8ccd79929f4 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;
+ // A stable identifier for the user and device. If a user is removed and
+ // 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;
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698