| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index 2d308c92c47a875d67ad1b1dc6b15b78a88a84ef..bca17c9f75d5cf8034f9671d66b44955189266a3 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -119,6 +119,12 @@ void ChromotingClient::SetPairingResponse(
|
| user_interface_->SetPairingResponse(pairing_response);
|
| }
|
|
|
| +void ChromotingClient::ProcessHostJson(const protocol::JsonMessage& message) {
|
| + DCHECK(task_runner_->BelongsToCurrentThread());
|
| +
|
| + user_interface_->ProcessHostJson(message);
|
| +}
|
| +
|
| void ChromotingClient::InjectClipboardEvent(
|
| const protocol::ClipboardEvent& event) {
|
| DCHECK(task_runner_->BelongsToCurrentThread());
|
|
|