Index: components/gcm_driver/gcm_driver_android.h |
diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h |
index 4316c6926a972a17bbb66ead83cec7daf4d45a51..20345db5f104e80562fd8b3ad93b27a0a17f40dd 100644 |
--- a/components/gcm_driver/gcm_driver_android.h |
+++ b/components/gcm_driver/gcm_driver_android.h |
@@ -92,6 +92,9 @@ class GCMDriverAndroid : public GCMDriver, |
void SendImpl(const std::string& app_id, |
const std::string& receiver_id, |
const OutgoingMessage& message) override; |
+ void RecordDecryptionFailure(const std::string& app_id, |
+ GCMEncryptionProvider::DecryptionFailure reason) |
+ override; |
private: |
base::android::ScopedJavaGlobalRef<jobject> java_ref_; |