Index: components/gcm_driver/gcm_client_impl.h |
diff --git a/components/gcm_driver/gcm_client_impl.h b/components/gcm_driver/gcm_client_impl.h |
index b6a1ab5b718301abadbb1d241287f1fbfa1cbed0..c27bb7bf47b94dba35fbccfcdfbc902fada50566 100644 |
--- a/components/gcm_driver/gcm_client_impl.h |
+++ b/components/gcm_driver/gcm_client_impl.h |
@@ -230,6 +230,9 @@ class GCMClientImpl |
// |gcm_store_| fails. |
void DefaultStoreCallback(bool success); |
+ // Callback for store operation where result does not matter. |
+ void IgnoreWriteResultCallback(bool success); |
+ |
// Completes the registration request. |
void OnRegisterCompleted(const std::string& app_id, |
const std::vector<std::string>& sender_ids, |