| Index: chrome/browser/resources/new_new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.js (revision 22376)
|
| +++ chrome/browser/resources/new_new_tab.js (working copy)
|
| @@ -234,6 +234,8 @@
|
| }
|
|
|
| t.href = d.url;
|
| + // When we drag a thumbnail to the Bookmark Bar we need a title.
|
| + t.title = d.title;
|
| t.querySelector('.pin').title = localStrings.getString(d.pinned ?
|
| 'unpinthumbnailtooltip' : 'pinthumbnailtooltip');
|
| t.querySelector('.remove').title =
|
|
|