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

Unified Diff: chrome/common/render_messages.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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 6fe1581e9752bbf30489b593eacdba782609ffd4..ab5c73defa74d3424e906834eb4e453fba7cd182 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -14,6 +14,7 @@
#include "base/process/process.h"
#include "base/strings/string16.h"
#include "base/strings/stringprintf.h"
+#include "base/time/time.h"
#include "base/values.h"
#include "build/build_config.h"
#include "chrome/common/common_param_traits.h"
@@ -591,9 +592,10 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveMetaTagContent,
#endif // defined(OS_ANDROID)
// Logs events from InstantExtended New Tab Pages.
-IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent,
+IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogEvent,
int /* page_seq_no */,
- NTPLoggingEventType /* event */)
+ NTPLoggingEventType /* event */,
+ base::TimeDelta /* time */)
// Logs an impression on one of the Most Visited tile on the InstantExtended
// New Tab Page.
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc ('k') | chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698