Index: remoting/webapp/client_screen.js |
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js |
index 3698186fd4d0e5ad3a198535f3666d88fd058922..e3fe30fd93058ee7abe7dc8a0cbe90eba3ff9ee7 100644 |
--- a/remoting/webapp/client_screen.js |
+++ b/remoting/webapp/client_screen.js |
@@ -334,7 +334,6 @@ remoting.connectMe2MeHostVersionAcknowledged_ = function(host) { |
remoting.onConnected = function(clientSession) { |
remoting.clientSession = clientSession; |
remoting.clientSession.setOnStateChange(onClientStateChange_); |
- remoting.clientSession.setScrollbarVisibility(); |
setConnectionInterruptedButtonsText_(); |
var connectedTo = document.getElementById('connected-to'); |
connectedTo.innerText = clientSession.hostDisplayName; |