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

Unified Diff: trunk/src/google_apis/gcm/gcm_client.cc

Issue 240583002: Revert 264313 "Add activity recording capability to gcm internal..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/google_apis/gcm/gcm_client.h ('k') | trunk/src/google_apis/gcm/gcm_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/google_apis/gcm/gcm_client.cc
===================================================================
--- trunk/src/google_apis/gcm/gcm_client.cc (revision 264317)
+++ trunk/src/google_apis/gcm/gcm_client.cc (working copy)
@@ -24,12 +24,7 @@
GCMClient::SendErrorDetails::~SendErrorDetails() {}
GCMClient::GCMStatistics::GCMStatistics()
- : is_recording(false),
- gcm_client_created(false),
- connection_client_created(false),
- android_id(0),
- send_queue_size(0),
- resend_queue_size(0) {
+ : gcm_client_created(false), connection_client_created(false) {
}
GCMClient::GCMStatistics::~GCMStatistics() {
« no previous file with comments | « trunk/src/google_apis/gcm/gcm_client.h ('k') | trunk/src/google_apis/gcm/gcm_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698