| Index: remoting/webapp/crd/js/client_screen.js
|
| diff --git a/remoting/webapp/crd/js/client_screen.js b/remoting/webapp/crd/js/client_screen.js
|
| index 1700c705177609e867d6c0f9ca5d673dd66512c8..434f13a1651cdee9ef4c77442c16ff42c7744b6a 100644
|
| --- a/remoting/webapp/crd/js/client_screen.js
|
| +++ b/remoting/webapp/crd/js/client_screen.js
|
| @@ -73,9 +73,6 @@ function onClientStateChange_(state) {
|
| if (remoting.desktopConnectedView.getMode() ==
|
| remoting.DesktopConnectedView.Mode.IT2ME) {
|
| remoting.setMode(remoting.AppMode.CLIENT_SESSION_FINISHED_IT2ME);
|
| - remoting.hangoutSessionEvents.raiseEvent(
|
| - remoting.hangoutSessionEvents.sessionStateChanged,
|
| - remoting.ClientSession.State.CLOSED);
|
| } else {
|
| remoting.setMode(remoting.AppMode.CLIENT_SESSION_FINISHED_ME2ME);
|
| }
|
|
|