From 60fc9600a685d2e8c29c9ad81b167549fb223fd3 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Fri, 12 Aug 2011 23:07:05 +0000 Subject: Use MessageLoopProxy for network message loop. When we switch to P2P Pepper API we will need to run networking code on the main plugin thread. Switching to MessageLoopProxy for network thread, so that it's easier to switch network thread in the future. BUG=None TEST=None Review URL: http://codereview.chromium.org/7633009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96651 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/chromoting_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/client/chromoting_client.h') diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h index 45d103d..0dfbb4c 100644 --- a/remoting/client/chromoting_client.h +++ b/remoting/client/chromoting_client.h @@ -81,7 +81,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, Task* done; }; - MessageLoop* message_loop(); + base::MessageLoopProxy* message_loop(); // Initializes connection. void Initialize(); -- cgit v1.1