ssl_hmac_channel_authenticator_unittest.cc | 94 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED, NULL)) 99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull())) 114 host_callback_.OnDone(error, socket.get()); 133 MockChannelDoneCallback host_callback_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
|