| Index: google_apis/gcm/engine/mcs_client.cc
|
| ===================================================================
|
| --- google_apis/gcm/engine/mcs_client.cc (revision 255183)
|
| +++ google_apis/gcm/engine/mcs_client.cc (working copy)
|
| @@ -335,11 +335,6 @@
|
| MaybeSendMessage();
|
| }
|
|
|
| -void MCSClient::Destroy() {
|
| - gcm_store_->Destroy(base::Bind(&MCSClient::OnGCMUpdateFinished,
|
| - weak_ptr_factory_.GetWeakPtr()));
|
| -}
|
| -
|
| void MCSClient::ResetStateAndBuildLoginRequest(
|
| mcs_proto::LoginRequest* request) {
|
| DCHECK(android_id_);
|
|
|