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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 1006753003: Add time from navigation_start to NTP LogEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/ui/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index 8675c74295c0803c57c9a55ea2bdbcc42db61172..ddf072ee0374aaeb983594a3ecc2e35d7ba54982 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -171,7 +171,7 @@ class SearchTabHelper : public content::WebContentsObserver,
void OnDeleteMostVisitedItem(const GURL& url) override;
void OnUndoMostVisitedDeletion(const GURL& url) override;
void OnUndoAllMostVisitedDeletions() override;
- void OnLogEvent(NTPLoggingEventType event) override;
+ void OnLogEvent(NTPLoggingEventType event, uint64 time) override;
void OnLogMostVisitedImpression(int position,
const base::string16& provider) override;
void OnLogMostVisitedNavigation(int position,

Powered by Google App Engine
This is Rietveld 408576698