| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index f1b440f681e4b4d84b5593bbcea79f9f8bf00ceb..624d8e92b4a299e80c896c56cc99a80767606e1e 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -84,6 +84,7 @@ class MockChromotingHostContext : public ChromotingHostContext {
|
| MOCK_METHOD0(Start, void());
|
| MOCK_METHOD0(Stop, void());
|
| MOCK_METHOD0(jingle_thread, JingleThread*());
|
| + MOCK_METHOD0(io_message_loop, base::MessageLoopProxy*());
|
| MOCK_METHOD0(ui_message_loop, base::MessageLoopProxy*());
|
| MOCK_METHOD0(main_message_loop, MessageLoop*());
|
| MOCK_METHOD0(encode_message_loop, MessageLoop*());
|
|
|