Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4187)

Unified Diff: chrome/browser/resources/ntp4/new_tab.js

Issue 10182006: Adds the MostVisitedAction stat. This stat will provide a baseline to compare (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Clarified a comment as suggested by beaudoin@. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');
});
}

Powered by Google App Engine
This is Rietveld 408576698