diff options
Diffstat (limited to 'remoting/host/chromoting_host_context.h')
-rw-r--r-- | remoting/host/chromoting_host_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h index 713afb8..f5b2783 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(); |