Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index 7aef609208a15a1d5b9269f063d0878b0dab6e7d..9ffa7ff2aaba63c2417caf9ee0f4a20dda4791e6 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -189,6 +189,16 @@ class SimpleHost { |
// Let the chromoting host run until the shutdown task is executed. |
host_->Start(); |
+ |
+ // Set an empty shared-secret for Me2Me. |
+ // TODO(lambroslambrou): This is a temporary fix, pending a Me2Me-specific |
+ // AuthenticatorFactory - crbug.com/105214. |
+ if (!is_it2me_) { |
+ context.network_message_loop()->PostTask( |
+ FROM_HERE, base::Bind(&ChromotingHost::SetSharedSecret, host_.get(), |
+ "")); |
+ } |
+ |
message_loop.MessageLoop::Run(); |
// And then stop the chromoting context. |