| Index: remoting/client/jni/jni_pairing_secret_fetcher.h
|
| diff --git a/remoting/client/jni/jni_pairing_secret_fetcher.h b/remoting/client/jni/jni_pairing_secret_fetcher.h
|
| index 39f448dfeb98331092efd5e83e809dbbd4a9f0b1..db329e338457eae1422445e3f0578bd52fce1cd1 100644
|
| --- a/remoting/client/jni/jni_pairing_secret_fetcher.h
|
| +++ b/remoting/client/jni/jni_pairing_secret_fetcher.h
|
| @@ -51,6 +51,7 @@ class JniPairingSecretFetcher {
|
| // the UI thread, but must be posted to the network thread to call it.
|
| protocol::SecretFetchedCallback callback_;
|
|
|
| + base::WeakPtr<JniPairingSecretFetcher> weak_ptr_;
|
| base::WeakPtrFactory<JniPairingSecretFetcher> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(JniPairingSecretFetcher);
|
|
|