Index: chrome/browser/resources/ntp4/most_visited_page.js |
diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js |
index d0e231c2fa0cbb5ccabe769f62e576e118e1a0bb..69f8ee381575c661a6e775c0ea47b29c86dfff76 100644 |
--- a/chrome/browser/resources/ntp4/most_visited_page.js |
+++ b/chrome/browser/resources/ntp4/most_visited_page.js |
@@ -8,6 +8,7 @@ cr.define('ntp4', function() { |
var TilePage = ntp4.TilePage; |
/** |
+ * A counter for generating unique tile IDs. |
*/ |
var tileID = 0; |
@@ -61,6 +62,9 @@ cr.define('ntp4', function() { |
'<div class="color-stripe"></div>' + |
'<span class="title"></span>'; |
+ this.querySelector('.close-button').title = |
+ templateData.removethumbnailtooltip; |
Rick Byers
2011/11/30 15:16:07
Nit: This seems mostly unrelated to the string rem
Evan Stade
2011/11/30 22:47:25
Done.
|
+ |
this.tabIndex = -1; |
this.data_ = null; |
this.removeAttribute('id'); |