diff options
-rw-r--r-- | chrome/browser/resources/ntp/most_visited.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/resources/ntp/most_visited.js b/chrome/browser/resources/ntp/most_visited.js index c5f1967..98f3317 100644 --- a/chrome/browser/resources/ntp/most_visited.js +++ b/chrome/browser/resources/ntp/most_visited.js @@ -605,11 +605,6 @@ var MostVisited = (function() { a.style.backgroundImage = url('chrome://favicon/' + item.url); a.className = 'item'; this.miniview.appendChild(span); - - if ((a.offsetLeft + a.offsetWidth) > this.miniview.offsetWidth) { - this.miniview.removeChild(span); - return; - } } updateMiniviewClipping(this.miniview); }, |