| Index: remoting/host/chromoting_host_context.h
|
| diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
|
| index 713afb81510fec26fdbf6bef0d216d32010adc92..f5b2783ae4bbc689c44e0833b4ba71cb83af9ae7 100644
|
| --- a/remoting/host/chromoting_host_context.h
|
| +++ b/remoting/host/chromoting_host_context.h
|
| @@ -28,6 +28,8 @@ class ChromotingHostContext {
|
| virtual void Stop();
|
|
|
| virtual JingleThread* jingle_thread();
|
| +
|
| + // TODO(hclam): Change these all to MessageLoopProxy.
|
| virtual MessageLoop* main_message_loop();
|
| virtual MessageLoop* capture_message_loop();
|
| virtual MessageLoop* encode_message_loop();
|
|
|