| 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() {
|
|
|