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

Unified Diff: chrome/browser/resources/options/supervised_user_list.js

Issue 911923002: Fix missing "..." in the supervised user import dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/browser/resources/options/supervised_user_import.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/supervised_user_list.js
diff --git a/chrome/browser/resources/options/supervised_user_list.js b/chrome/browser/resources/options/supervised_user_list.js
index dd86ead6236faac838cdcf9e770328dad9b2c43b..2777a3659a977ad4084ad0a25f33866a5d20b3c0 100644
--- a/chrome/browser/resources/options/supervised_user_list.js
+++ b/chrome/browser/resources/options/supervised_user_list.js
@@ -23,6 +23,7 @@ cr.define('options.supervisedUserOptions', function() {
*/
function SupervisedUserListItem(entry) {
var el = cr.doc.createElement('div');
+ el.className = 'list-item';
el.supervisedUser_ = entry;
el.__proto__ = SupervisedUserListItem.prototype;
el.decorate();
« no previous file with comments | « chrome/browser/resources/options/supervised_user_import.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698