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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: rebase Created 3 years, 6 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 | « ui/login/account_picker/md_user_pod_row.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index 79690759f84487ee9e508fa4b56c842ed58fc02b..65d49d36854db920b5172d773a6c81aedd8ef336 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -99,7 +99,7 @@ cr.define('login', function() {
/**
* Supported authentication types. Keep in sync with the enum in
- * chrome/browser/signin/screenlock_bridge.h
+ * components/proximity_auth/public/interfaces/auth_type.mojom
* @enum {number}
* @const
*/
@@ -151,7 +151,7 @@ cr.define('login', function() {
];
// Supported multi-profile user behavior values.
- // Keep in sync with the enum in multi_profile_user_controller.h
+ // Keep in sync with the enum in login_user_info.mojom
var MULTI_PROFILE_USER_BEHAVIOR = {
UNRESTRICTED: 0,
PRIMARY_ONLY: 1,
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698