| Index: components/gcm_driver/instance_id/instance_id_impl.cc
|
| diff --git a/components/gcm_driver/instance_id/instance_id_impl.cc b/components/gcm_driver/instance_id/instance_id_impl.cc
|
| index f7e50141c0cfeeea07d5cff11240f0bef54d72e0..85070b284c30bd8fe4a65d1832e0006eb2dcc274 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_impl.cc
|
| +++ b/components/gcm_driver/instance_id/instance_id_impl.cc
|
| @@ -211,6 +211,7 @@ void InstanceIDImpl::OnDeleteIDCompleted(
|
| const DeleteIDCallback& callback,
|
| gcm::GCMClient::Result result) {
|
| callback.Run(GCMClientResultToInstanceIDResult(result));
|
| + // Now |this| will likely have been deleted.
|
| }
|
|
|
| void InstanceIDImpl::GetInstanceIDDataCompleted(
|
|
|