| Index: components/gcm_driver/gcm_stats_recorder_android.h
|
| diff --git a/components/gcm_driver/gcm_stats_recorder_android.h b/components/gcm_driver/gcm_stats_recorder_android.h
|
| index c0a6b3985c2cc9745babbda2030880b49d0832ef..64d0575a2aa422515c7bcb7537c0d58975d384ec 100644
|
| --- a/components/gcm_driver/gcm_stats_recorder_android.h
|
| +++ b/components/gcm_driver/gcm_stats_recorder_android.h
|
| @@ -57,6 +57,7 @@ class GCMStatsRecorderAndroid {
|
|
|
| // Records that a data message has been received for |app_id|.
|
| void RecordDataMessageReceived(const std::string& app_id,
|
| + const std::string& from,
|
| int message_byte_size);
|
|
|
| // Records a message decryption failure caused by |result| for |app_id|.
|
|
|