Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: components/gcm_driver/gcm_stats_recorder_impl.h

Issue 1707513002: Add various UMA histograms for measuring GCM crypto performance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-remove-info
Patch Set: android fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5cbf63abc3e14090f37f32c5a2f5409d6e5b0f09..a2c46d1feb01a317b207064a59bd286675003c65 100644
--- a/components/gcm_driver/gcm_stats_recorder_impl.h
+++ b/components/gcm_driver/gcm_stats_recorder_impl.h
@@ -39,9 +39,9 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder {
// Clear all recorded activities.
void Clear();
- // 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);
// GCMStatsRecorder implementation:
void RecordCheckinInitiated(uint64_t android_id) override;
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_android_unittest.cc ('k') | components/gcm_driver/gcm_stats_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698