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

Unified Diff: remoting/host/simple_host_process.cc

Issue 10873050: [Chromoting] Hook up host talkgadget policy checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra comments/whitespace Created 8 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
Index: remoting/host/simple_host_process.cc
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index 63dc305e5f1ad780e3efd66257703c62722c53e2..db9629792cd667347e0968b6b1cb97e0599d786e 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -221,7 +221,7 @@ class SimpleHost : public HeartbeatSender::Listener {
context_.url_request_context_getter(),
xmpp_login_, xmpp_auth_token_, xmpp_auth_service_));
signaling_connector_.reset(new SignalingConnector(
- signal_strategy_.get(),
+ signal_strategy_.get(), &context_, kDefaultHostTalkGadgetPrefix,
base::Bind(&SimpleHost::OnAuthFailed, base::Unretained(this))));
if (fake_) {

Powered by Google App Engine
This is Rietveld 408576698