Index: remoting/protocol/v1_client_channel_authenticator.h |
diff --git a/remoting/protocol/v1_client_channel_authenticator.h b/remoting/protocol/v1_client_channel_authenticator.h |
index d8b265972505a744b47d97ea236a6114fb443b06..fcf4e89913c0b6f2ebbd78eca6f85facb3a366b6 100644 |
--- a/remoting/protocol/v1_client_channel_authenticator.h |
+++ b/remoting/protocol/v1_client_channel_authenticator.h |
@@ -49,11 +49,6 @@ class V1ClientChannelAuthenticator : public ChannelAuthenticator, |
scoped_ptr<net::CertVerifier> cert_verifier_; |
scoped_refptr<net::DrainableIOBuffer> auth_write_buf_; |
- net::OldCompletionCallbackImpl<V1ClientChannelAuthenticator> |
- connect_callback_; |
- net::OldCompletionCallbackImpl<V1ClientChannelAuthenticator> |
- auth_write_callback_; |
- |
DISALLOW_COPY_AND_ASSIGN(V1ClientChannelAuthenticator); |
}; |