| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index dd8299d60f3e9a1a3bf11bc4082f62056d1186ca..46282dab41140bfea4eb45e0444fa68618a77786 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -358,7 +358,7 @@ void ChromotingHost::PauseSession(bool pause) {
|
| for (client = clients_.begin(); client != clients_.end(); ++client) {
|
| client->get()->set_awaiting_continue_approval(pause);
|
| }
|
| - desktop_environment_->OnPause(!pause);
|
| + desktop_environment_->OnPause(pause);
|
| }
|
|
|
| void ChromotingHost::SetUiStrings(const UiStrings& ui_strings) {
|
|
|