| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index b62fe03d612a95a7462837f39f8216018641c566..7f92ef189a8890bee9888bfc3b854d499c1d7d7e 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -223,7 +223,7 @@ class SimpleHost {
|
| std::cout << "Support id: " << access_code << std::endl;
|
|
|
| // Tell the ChromotingHost the access code, to use as shared-secret.
|
| - host_->set_access_code(access_code);
|
| + host_->SetSharedSecret(access_code);
|
| } else {
|
| LOG(ERROR) << "If you haven't done so recently, try running"
|
| << " remoting/tools/register_host.py.";
|
|
|