| 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 6b23a93f9d9fcd3c22b8b9b024f179005d0cc5cf..9813da5f59e7b3d53112ecde5aca9db6581b6093 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -778,7 +778,7 @@ cr.define('login', function() {
|
| */
|
| handlePinSubmitted_: function(e) {
|
| var pin = e.detail.pin;
|
| - chrome.send('authenticateUserWithPin', [this.user.username, pin]);
|
| + chrome.send('authenticateUser', [this.user.username, pin]);
|
| },
|
|
|
| /**
|
|
|