| Index: components/gcm_driver/gcm_client_impl.cc
|
| diff --git a/components/gcm_driver/gcm_client_impl.cc b/components/gcm_driver/gcm_client_impl.cc
|
| index 080a7d006fb208bdbcff659566dec87c476f049b..f4211dbfd55158abb9fa370dcb674f377379cc45 100644
|
| --- a/components/gcm_driver/gcm_client_impl.cc
|
| +++ b/components/gcm_driver/gcm_client_impl.cc
|
| @@ -812,6 +812,8 @@ void GCMClientImpl::DestroyStoreCallback(bool success) {
|
| }
|
|
|
| void GCMClientImpl::ResetStoreCallback(bool success) {
|
| + delegate_->OnStoreReset();
|
| +
|
| if (!success) {
|
| LOG(ERROR) << "Failed to reset GCM store";
|
| RecordResetStoreErrorToUMA(DESTROYING_STORE_FAILED);
|
|
|