| Index: google_apis/gcm/monitoring/gcm_stats_recorder.cc
|
| diff --git a/google_apis/gcm/monitoring/gcm_stats_recorder.cc b/google_apis/gcm/monitoring/gcm_stats_recorder.cc
|
| index d08c6110c7fc382d3f18aef4b7b08b0336bea7c9..f6c3e0f32ff87fd925494a50d566aabe7d6ad6f9 100644
|
| --- a/google_apis/gcm/monitoring/gcm_stats_recorder.cc
|
| +++ b/google_apis/gcm/monitoring/gcm_stats_recorder.cc
|
| @@ -140,50 +140,6 @@ std::string GetUnregistrationStatusString(
|
|
|
| } // namespace
|
|
|
| -GCMStatsRecorder::Activity::Activity()
|
| - : time(base::Time::Now()) {
|
| -}
|
| -
|
| -GCMStatsRecorder::Activity::~Activity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::CheckinActivity::CheckinActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::CheckinActivity::~CheckinActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::ConnectionActivity::ConnectionActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::ConnectionActivity::~ConnectionActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::RegistrationActivity::RegistrationActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::RegistrationActivity::~RegistrationActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::ReceivingActivity::ReceivingActivity()
|
| - : message_byte_size(0) {
|
| -}
|
| -
|
| -GCMStatsRecorder::ReceivingActivity::~ReceivingActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::SendingActivity::SendingActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::SendingActivity::~SendingActivity() {
|
| -}
|
| -
|
| -GCMStatsRecorder::RecordedActivities::RecordedActivities() {
|
| -}
|
| -
|
| -GCMStatsRecorder::RecordedActivities::~RecordedActivities() {
|
| -}
|
| -
|
| GCMStatsRecorder::GCMStatsRecorder() : is_recording_(false), delegate_(NULL) {
|
| }
|
|
|
|
|