Index: remoting/host/chromoting_host_context.h |
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h |
index f5b2783ae4bbc689c44e0833b4ba71cb83af9ae7..6a823205ff1237e0c1148ef8e0fdb4d84cbcb867 100644 |
--- a/remoting/host/chromoting_host_context.h |
+++ b/remoting/host/chromoting_host_context.h |
@@ -31,8 +31,8 @@ class ChromotingHostContext { |
// TODO(hclam): Change these all to MessageLoopProxy. |
virtual MessageLoop* main_message_loop(); |
- virtual MessageLoop* capture_message_loop(); |
virtual MessageLoop* encode_message_loop(); |
+ virtual MessageLoop* network_message_loop(); |
private: |
FRIEND_TEST_ALL_PREFIXES(ChromotingHostContextTest, StartAndStop); |
@@ -43,9 +43,6 @@ class ChromotingHostContext { |
// A thread that hosts ChromotingHost and performs rate control. |
base::Thread main_thread_; |
- // A thread that hosts all capture operations. |
- base::Thread capture_thread_; |
- |
// A thread that hosts all encode operations. |
base::Thread encode_thread_; |