Index: components/gcm_driver/gcm_stats_recorder_impl.h |
diff --git a/components/gcm_driver/gcm_stats_recorder_impl.h b/components/gcm_driver/gcm_stats_recorder_impl.h |
index a2c46d1feb01a317b207064a59bd286675003c65..54158262fbd6d41aa667b9fd29d434fc5fd0056f 100644 |
--- a/components/gcm_driver/gcm_stats_recorder_impl.h |
+++ b/components/gcm_driver/gcm_stats_recorder_impl.h |
@@ -78,7 +78,9 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder { |
const std::string& from, |
int message_byte_size, |
bool to_registered_app, |
- ReceivedMessageType message_type) override; |
+ ReceivedMessageType message_type, |
+ bool has_collapse_key, |
+ int deleted_count) override; |
void RecordDataSentToWire(const std::string& app_id, |
const std::string& receiver_id, |
const std::string& message_id, |