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

Unified Diff: google_apis/gcm/gcm_client.h

Issue 248213004: Record connection, registration, and receiving activities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add struct constructor/destructor. Created 6 years, 8 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: google_apis/gcm/gcm_client.h
diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
index 5996c064c3eba9eb3bbbfc73bbf3736d0549a893..28c9ef2b453d5c837285bbaca997b379ed9c0e38 100644
--- a/google_apis/gcm/gcm_client.h
+++ b/google_apis/gcm/gcm_client.h
@@ -105,7 +105,7 @@ class GCM_EXPORT GCMClient {
int send_queue_size;
int resend_queue_size;
- std::vector<GCMStatsRecorder::SendingActivity> sending_activities;
+ GCMStatsRecorder::RecordedActivities recorded_activities;
};
// A delegate interface that allows the GCMClient instance to interact with

Powered by Google App Engine
This is Rietveld 408576698