Chromium Code Reviews| Index: chrome/browser/resources/new_tab.html |
| =================================================================== |
| --- chrome/browser/resources/new_tab.html (revision 9992) |
| +++ chrome/browser/resources/new_tab.html (working copy) |
| @@ -743,6 +743,7 @@ |
| src:'url("chrome-ui://favicon/' + tab.url + '")', |
| width:16, |
| height:16}); |
| + tabImg.onmousedown = function() { return false; } |
| linkSpan.appendChild(tabImg); |
| } |
| linkSpan.appendChild(document.createTextNode(")")); |