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

Unified Diff: remoting/host/chromoting_host_context.cc

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.cc
diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
index b3cdaf6e410f354fe88978b236cdf73b040b0c15..f214a18beaef2fb8acfa4a0665912923cfaf72cb 100644
--- a/remoting/host/chromoting_host_context.cc
+++ b/remoting/host/chromoting_host_context.cc
@@ -44,8 +44,9 @@ MessageLoop* ChromotingHostContext::main_message_loop() {
return main_thread_.message_loop();
}
-MessageLoop* ChromotingHostContext::capture_message_loop() {
- return capture_thread_.message_loop();
+scoped_refptr<base::MessageLoopProxy>
+ChromotingHostContext::capture_message_loop_proxy() {
+ return capture_thread_.message_loop_proxy();
}
MessageLoop* ChromotingHostContext::encode_message_loop() {

Powered by Google App Engine
This is Rietveld 408576698