| 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 62b58b61f72032c5747a22438db302981330f1be..90a81b33c49970f1ee7fa14f2b2aacbeae880c0a 100644
|
| --- a/components/gcm_driver/gcm_client_impl.cc
|
| +++ b/components/gcm_driver/gcm_client_impl.cc
|
| @@ -811,6 +811,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);
|
|
|