| Index: chrome/browser/resources/chromeos/login/user_pod_row.js
|
| diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.js b/chrome/browser/resources/chromeos/login/user_pod_row.js
|
| index b35412b7aae7dde1a2c2ea1b3744849a17811801..e9e63af932802cc369707d4c17adb3bf82745339 100644
|
| --- a/chrome/browser/resources/chromeos/login/user_pod_row.js
|
| +++ b/chrome/browser/resources/chromeos/login/user_pod_row.js
|
| @@ -649,9 +649,6 @@ cr.define('login', function() {
|
| for (var i = 0, pod; pod = this.pods[i]; ++i) {
|
| this.podsWithPendingImages_.push(pod);
|
| }
|
| -
|
| - // Set titles for the pods. The title will show up as a tooltip.
|
| - updateTitles();
|
| },
|
|
|
| /**
|
|
|