Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: remoting/host/chromoting_host_context.h

Issue 4726003: Implement InputStub in the host side for chromoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: backup Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..96b63b3890415516880f6fdd662fb8c85d80bdbf 100644
--- a/remoting/host/chromoting_host_context.h
+++ b/remoting/host/chromoting_host_context.h
@@ -28,8 +28,10 @@ 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 scoped_refptr<base::MessageLoopProxy> capture_message_loop_proxy();
awong 2010/11/12 01:40:10 The more I think about this, more I don't really s
virtual MessageLoop* encode_message_loop();
private:

Powered by Google App Engine
This is Rietveld 408576698