Index: remoting/host/chromoting_host.cc |
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc |
index d594642573f9a344f5f98b268961332547d5ca83..05196486f29cb513411bd7b0176c4028449c3e8c 100644 |
--- a/remoting/host/chromoting_host.cc |
+++ b/remoting/host/chromoting_host.cc |
@@ -343,7 +343,7 @@ void ChromotingHost::PauseSession(bool pause) { |
ClientList::iterator client; |
for (client = clients_.begin(); client != clients_.end(); ++client) { |
- (*client)->set_awaiting_continue_approval(pause); |
+ (*client)->SetDisableInputs(pause); |
} |
} |