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..35f90b67ef4dccbfc9c5e942c4f0e85dad7b7476 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,7 @@ void NTPUserDataLogger::EmitNtpStatistics() { |
} |
} |
-void NTPUserDataLogger::LogEvent(NTPLoggingEventType event) { |
+void NTPUserDataLogger::LogEvent(NTPLoggingEventType event, uint64 time) { |
Dan Beam
2015/03/17 17:17:19
why do you ask for this if it's not used...?
fserb
2015/03/17 17:41:31
I've split the change in two:
https://codereview.c
|
switch (event) { |
case NTP_SERVER_SIDE_SUGGESTION: |
has_server_side_suggestions_ = true; |