Index: chrome/browser/resources/ntp4/bookmarks_page.js |
diff --git a/chrome/browser/resources/ntp4/bookmarks_page.js b/chrome/browser/resources/ntp4/bookmarks_page.js |
index 4546d2d7b92eefabf0aa33cacda997b803cc6e8d..4014ca92c31ca7d0111f45cf284c343b185be7e5 100644 |
--- a/chrome/browser/resources/ntp4/bookmarks_page.js |
+++ b/chrome/browser/resources/ntp4/bookmarks_page.js |
@@ -68,6 +68,9 @@ cr.define('ntp4', function() { |
var title = this.querySelector('.title'); |
title.textContent = this.data.title; |
+ // Sets the tooltip. |
+ this.title = this.data.title; |
+ |
if (this.data.url) { |
var button = this.querySelector('.button'); |
button.href = title.href = this.data.url; |