| Index: ui/login/account_picker/md_user_pod_row.js
|
| diff --git a/ui/login/account_picker/md_user_pod_row.js b/ui/login/account_picker/md_user_pod_row.js
|
| index 9be1eddb8c9ea1dbb547b02ec29679c68bf205e6..fcca34c298909efde03c1e88345253d349e6250b 100644
|
| --- a/ui/login/account_picker/md_user_pod_row.js
|
| +++ b/ui/login/account_picker/md_user_pod_row.js
|
| @@ -76,7 +76,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
|
| */
|
| @@ -128,7 +128,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,
|
|
|