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

Unified Diff: chrome/browser/resources/ntp4/most_visited_page.js

Issue 8746007: ntp string cleanse (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/app/generated_resources.grd ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698