| Index: chrome/browser/resources/chromeos/login/login_common.js
|
| diff --git a/chrome/browser/resources/chromeos/login/login_common.js b/chrome/browser/resources/chromeos/login/login_common.js
|
| index 46eeb7fac43b470fba8fbdbfa513a4b02ddf1d35..f17f181c79e84cc8d4d39908f50a7c33bf5134b3 100644
|
| --- a/chrome/browser/resources/chromeos/login/login_common.js
|
| +++ b/chrome/browser/resources/chromeos/login/login_common.js
|
| @@ -197,17 +197,6 @@ cr.define('cr.ui', function() {
|
| };
|
|
|
| /**
|
| - * Handles login success notification.
|
| - */
|
| - Oobe.onLoginSuccess = function(username) {
|
| - if (Oobe.getInstance().currentScreen.id == SCREEN_ACCOUNT_PICKER) {
|
| - // TODO(nkostylev): Enable animation back when session start jank
|
| - // is reduced. See http://crosbug.com/11116 http://crosbug.com/18307
|
| - // $('pod-row').startAuthenticatedAnimation();
|
| - }
|
| - };
|
| -
|
| - /**
|
| * Sets text content for a div with |labelId|.
|
| * @param {string} labelId Id of the label div.
|
| * @param {string} labelText Text for the label.
|
|
|