Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2362)

Unified Diff: chrome/browser/resources/md_user_manager/import_supervised_user.js

Issue 1916913010: MD User Manager: latest design change, css refactoring, accessiblity, and bug fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-stylesheets
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 84cede4c93a9108c66791ecae87e4066d05873e1..5cbd5707d7d563012ad2ab036909aadc8f8158b5 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
*/

Powered by Google App Engine
This is Rietveld 408576698