Chromium Code Reviews| Index: chrome/browser/resources/ntp4/new_tab.js |
| =================================================================== |
| --- chrome/browser/resources/ntp4/new_tab.js (revision 133422) |
| +++ chrome/browser/resources/ntp4/new_tab.js (working copy) |
| @@ -231,6 +231,7 @@ |
| chrome.send('notificationPromoViewed'); |
| } |
| + cr.dispatchSimpleEvent(document, 'ntploaded', true, true); |
| document.documentElement.classList.remove('starting-up'); |
| }); |
| } |