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

Unified Diff: components/gcm_driver/gcm_stats_recorder_impl.h

Issue 2558553002: GCM: Add Android UMA, and UMA for deleted/collapsed messages (Closed)
Patch Set: Created 4 years 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: 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,

Powered by Google App Engine
This is Rietveld 408576698