Index: chrome/browser/resources/md_user_manager/import_supervised_user.js |
diff --git a/chrome/browser/resources/md_user_manager/import_supervised_user.js b/chrome/browser/resources/md_user_manager/import_supervised_user.js |
index f2c28024a9dbc510014458142ead0510c7bda046..59ed0a2963507351deb164113b5f39885538b1b7 100644 |
--- a/chrome/browser/resources/md_user_manager/import_supervised_user.js |
+++ b/chrome/browser/resources/md_user_manager/import_supervised_user.js |
@@ -92,20 +92,6 @@ Polymer({ |
}, |
/** |
- * Computed binding that returns the appropriate class names for the HTML |
- * container of |supervisedUser| depending on whether it is on this device. |
- * @param {!SupervisedUser} supervisedUser |
- * @private |
- * @return {string} |
- */ |
- getUserClassNames_: function(supervisedUser) { |
- var classNames = 'list-item'; |
- if (!supervisedUser.onCurrentDevice) |
- classNames += ' selectable'; |
- return classNames; |
- }, |
- |
- /** |
* Hides the popup. |
* @private |
*/ |