Chromium Code Reviews| Index: remoting/webapp/base/js/application.js |
| diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js |
| index 4881380d6315432461a46dbfea500e361bf4e400..4679ab8da8f9204d2f614981fd110e1c74517fdf 100644 |
| --- a/remoting/webapp/base/js/application.js |
| +++ b/remoting/webapp/base/js/application.js |
| @@ -159,7 +159,6 @@ remoting.Application.prototype.initSession_ = function(connectionInfo) { |
| this.onSessionFinished_.bind(this)), |
| new base.RepeatingTimer(this.updateStatistics_.bind(this), 1000) |
| ); |
| - remoting.clipboard.startSession(); |
|
kelvinp
2015/04/09 00:28:26
The clipboard is now created in remoting.Connected
|
| }; |
| /** |