| 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 ea339aae3ea647b01ab594964b7c62afff30afce..c0a6b3985c2cc9745babbda2030880b49d0832ef 100644
|
| --- a/components/gcm_driver/gcm_stats_recorder_android.h
|
| +++ b/components/gcm_driver/gcm_stats_recorder_android.h
|
| @@ -59,9 +59,9 @@ class GCMStatsRecorderAndroid {
|
| void RecordDataMessageReceived(const std::string& app_id,
|
| int message_byte_size);
|
|
|
| - // Records a message decryption failure caused by |reason| for |app_id|.
|
| + // Records a message decryption failure caused by |result| for |app_id|.
|
| void RecordDecryptionFailure(const std::string& app_id,
|
| - GCMEncryptionProvider::DecryptionFailure reason);
|
| + GCMEncryptionProvider::DecryptionResult result);
|
|
|
| bool is_recording() const { return is_recording_; }
|
| void set_is_recording(bool recording) { is_recording_ = recording; }
|
|
|