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 c27bb7bf47b94dba35fbccfcdfbc902fada50566..b6a1ab5b718301abadbb1d241287f1fbfa1cbed0 100644 |
--- a/components/gcm_driver/gcm_client_impl.h |
+++ b/components/gcm_driver/gcm_client_impl.h |
@@ -230,9 +230,6 @@ |
// |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, |