 Chromium Code Reviews
 Chromium Code Reviews Issue 10182006:
  Adds the MostVisitedAction stat. This stat will provide a baseline to compare  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 10182006:
  Adds the MostVisitedAction stat. This stat will provide a baseline to compare  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| 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'); | 
| }); | 
| } |