Chromium Code Reviews| Index: chrome/browser/resources/new_new_tab.js |
| diff --git a/chrome/browser/resources/new_new_tab.js b/chrome/browser/resources/new_new_tab.js |
| index 14dc2dc1839b9e09facfa194e0b22cfcbe6978f1..3d3cf81038a29dc5c92792ef53dafeea3b059f4c 100644 |
| --- a/chrome/browser/resources/new_new_tab.js |
| +++ b/chrome/browser/resources/new_new_tab.js |
| @@ -1469,10 +1469,6 @@ function isDoneLoading() { |
| // Initialize the apps promo. |
|
Miranda Callahan
2011/04/13 14:29:29
should this comment change now as well?
jstritar
2011/04/13 19:52:27
Done.
|
| document.addEventListener('DOMContentLoaded', function() { |
| - var promoLink = document.querySelector('#apps-promo-text1 a'); |
| - promoLink.id = 'apps-promo-link'; |
| - promoLink.href = localStrings.getString('web_store_url'); |
| - |
| $('apps-promo-hide').addEventListener('click', function() { |
| chrome.send('hideAppsPromo', []); |
| document.documentElement.classList.remove('apps-promo-visible'); |