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

Unified Diff: remoting/host/simple_host_process.cc

Issue 10332187: Properly handle accounts that don't have GMail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 fd7841314782bac3f9b55820055d15273737ce55..e6ea76e67f6b87a8e87c6a160a42e6e03a55442c 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -265,8 +265,8 @@ class SimpleHost : public HeartbeatSender::Listener {
if (!is_it2me_) {
scoped_ptr<protocol::AuthenticatorFactory> factory(
new protocol::Me2MeHostAuthenticatorFactory(
- xmpp_login_, key_pair_.GenerateCertificate(),
- *key_pair_.private_key(), host_secret_hash_));
+ key_pair_.GenerateCertificate(), *key_pair_.private_key(),
+ host_secret_hash_));
host_->SetAuthenticatorFactory(factory.Pass());
}
}

Powered by Google App Engine
This is Rietveld 408576698