Commit af7f5c9e authored by yoshiki@chromium.org's avatar yoshiki@chromium.org

Make Background pages highlighted

BUG=chromium-os:21732
TEST=manual


Review URL: http://codereview.chromium.org/8341046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107657 0039d316-1c4b-4281-b951-d872f2087c98
parent 6f998445
......@@ -284,7 +284,7 @@ TaskManager.prototype = {
var listItem = new cr.ui.ListItem({label: ''});
listItem.className = 'table-row';
if (this.opt_.isBackgroundMode_ && dataItem.isBackgroundResource)
if (this.opt_.isBackgroundMode && dataItem.isBackgroundResource)
listItem.className += ' table-background-row';
for (var i = 0; i < cm.size; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment