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

Unified Diff: remoting/client/client_context.cc

Issue 7633009: Use MessageLoopProxy for network message loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 months 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
« no previous file with comments | « remoting/client/client_context.h ('k') | remoting/client/plugin/pepper_xmpp_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_context.cc
diff --git a/remoting/client/client_context.cc b/remoting/client/client_context.cc
index 4ad0faba196deabfb5fe4747de9f3ee2622d5899..ca12714cf6dc8c2877ff25e9b6329ec5c0eaf79e 100644
--- a/remoting/client/client_context.cc
+++ b/remoting/client/client_context.cc
@@ -38,8 +38,8 @@ MessageLoop* ClientContext::decode_message_loop() {
return decode_thread_.message_loop();
}
-MessageLoop* ClientContext::network_message_loop() {
- return network_thread_.message_loop();
+base::MessageLoopProxy* ClientContext::network_message_loop() {
+ return network_thread_.message_loop_proxy();
}
} // namespace remoting
« no previous file with comments | « remoting/client/client_context.h ('k') | remoting/client/plugin/pepper_xmpp_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698