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

Unified Diff: remoting/host/chromoting_host_context_unittest.cc

Issue 10829040: Revert 148418 - Always use chromium threads for IO in remoting host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/host/chromoting_host_context.cc ('k') | remoting/host/heartbeat_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host_context_unittest.cc
===================================================================
--- remoting/host/chromoting_host_context_unittest.cc (revision 148577)
+++ remoting/host/chromoting_host_context_unittest.cc (working copy)
@@ -16,7 +16,7 @@
ChromotingHostContext context(base::MessageLoopProxy::current());
context.Start();
- EXPECT_TRUE(context.network_task_runner());
+ EXPECT_TRUE(context.jingle_thread());
EXPECT_TRUE(context.capture_task_runner());
EXPECT_TRUE(context.encode_task_runner());
}
« no previous file with comments | « remoting/host/chromoting_host_context.cc ('k') | remoting/host/heartbeat_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698