Index: chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc |
index dc53a4c6fb238fde4779eae33e8c627e81f0489c..7f53eb9a05ab4cf5d8a48bd59fd00a93130b9912 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc |
@@ -127,7 +127,8 @@ void NTPUserDataLogger::EmitNtpStatistics() { |
} |
} |
-void NTPUserDataLogger::LogEvent(NTPLoggingEventType event) { |
+void NTPUserDataLogger::LogEvent(NTPLoggingEventType event, |
+ base::TimeDelta time) { |
switch (event) { |
case NTP_SERVER_SIDE_SUGGESTION: |
has_server_side_suggestions_ = true; |