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 ab5c9f3700aa1087c515270b70c4052e6c31856e..e72d5954b09a91b61991de3fecd1508d47b33938 100644 |
--- a/components/gcm_driver/gcm_driver_android.h |
+++ b/components/gcm_driver/gcm_driver_android.h |
@@ -97,6 +97,8 @@ class GCMDriverAndroid : public GCMDriver, |
override; |
private: |
+ void SendMessageReceipt(GCMMessageStatus status); |
+ |
base::android::ScopedJavaGlobalRef<jobject> java_ref_; |
// Callback for GetGCMStatistics. |