Chromium Code Reviews| 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..69a87f402cd3c49c2fb995efe43d5bae32c36203 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 mapper. |
|
Nicolas Zea
2014/11/07 22:19:25
nit: mapper -> matter
fgorski
2014/11/07 22:57:02
Done.
|
| + void IgnoreWriteResultCallback(bool success); |
| + |
| // Completes the registration request. |
| void OnRegisterCompleted(const std::string& app_id, |
| const std::vector<std::string>& sender_ids, |