Chromium Code Reviews| 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 4c3c57ec55ab69f7cbf58ce778c91353c4c65fb7..635a832adf572d593bb18ce2971494f0fd699cdd 100644 |
| --- a/components/gcm_driver/gcm_stats_recorder_impl.h |
| +++ b/components/gcm_driver/gcm_stats_recorder_impl.h |
| @@ -147,6 +147,8 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder { |
| std::deque<ReceivingActivity> receiving_activities_; |
| std::deque<SendingActivity> sending_activities_; |
| + int64 last_data_message_received_timestamp_; |
|
fgorski
2014/07/16 04:11:11
use base::Time
Consider renaming to: last_data_me
juyik
2014/07/16 17:49:24
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(GCMStatsRecorderImpl); |
| }; |