Commit 4a892cc1 authored by rdevlin.cronin's avatar rdevlin.cronin Committed by Commit bot

[Extensions UI] Fix shared module view in chrome://extensions

BUG=469332

Review URL: https://codereview.chromium.org/1015013007

Cr-Commit-Position: refs/heads/master@{#322039}
parent 12d9b12e
......@@ -756,7 +756,7 @@ cr.define('extensions', function() {
dependentExtension.id;
dependentList.appendChild(depNode);
}, this);
});
}.bind(this));
// The active views.
this.updateVisibility_(row, '.active-views', extension.views.length > 0,
......
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