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

Unified Diff: remoting/host/simple_host_process.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/remoting_me2me_host.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/simple_host_process.cc
===================================================================
--- remoting/host/simple_host_process.cc (revision 148577)
+++ remoting/host/simple_host_process.cc (working copy)
@@ -217,9 +217,9 @@
}
void StartHost() {
- signal_strategy_.reset(new XmppSignalStrategy(
- context_.url_request_context_getter(),
- xmpp_login_, xmpp_auth_token_, xmpp_auth_service_));
+ signal_strategy_.reset(
+ new XmppSignalStrategy(context_.jingle_thread(), xmpp_login_,
+ xmpp_auth_token_, xmpp_auth_service_));
signaling_connector_.reset(new SignalingConnector(
signal_strategy_.get(),
base::Bind(&SimpleHost::OnAuthFailed, base::Unretained(this))));
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698