diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 04:29:56 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 04:29:56 +0000 |
commit | d7b3b2147962fed115ff26a2b7dec7f5d28a5c98 (patch) | |
tree | 63fc21773aefc0f7c189d33887c5208b6234d8d6 /remoting/protocol/authenticator_test_base.h | |
parent | 39c90f04ccc86eeaf9cd13d1ca070e02cf59397b (diff) | |
download | chromium_src-d7b3b2147962fed115ff26a2b7dec7f5d28a5c98.zip chromium_src-d7b3b2147962fed115ff26a2b7dec7f5d28a5c98.tar.gz chromium_src-d7b3b2147962fed115ff26a2b7dec7f5d28a5c98.tar.bz2 |
Making remoting unittests use an IO MessageLoop.
I'm not sure how this ever worked, but SSL sockets need to be run on an IO
message loop.
BUG=none
TEST=remoting_unittests
Review URL: http://codereview.chromium.org/9694047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/authenticator_test_base.h')
-rw-r--r-- | remoting/protocol/authenticator_test_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h index cf2a73e..6233423 100644 --- a/remoting/protocol/authenticator_test_base.h +++ b/remoting/protocol/authenticator_test_base.h @@ -49,7 +49,7 @@ class AuthenticatorTestBase : public testing::Test { void OnClientConnected(net::Error error, scoped_ptr<net::StreamSocket> socket); - MessageLoop message_loop_; + MessageLoopForIO message_loop_; scoped_ptr<crypto::RSAPrivateKey> private_key_; std::string host_cert_; |