Chromium Code Reviews| Index: remoting/webapp/crd/js/client_plugin_impl.js |
| diff --git a/remoting/webapp/crd/js/client_plugin_impl.js b/remoting/webapp/crd/js/client_plugin_impl.js |
| index c2ba6c09f175546cf0d0e7c83c0df9309feeb5b4..1c4cd52b7daac04f3f256c284c34cd7abd24b264 100644 |
| --- a/remoting/webapp/crd/js/client_plugin_impl.js |
| +++ b/remoting/webapp/crd/js/client_plugin_impl.js |
| @@ -311,11 +311,6 @@ remoting.ClientPluginImpl.prototype.handleMessageMethod_ = function(message) { |
| var item = base.getStringAttr(message.data, 'item'); |
| this.updateClipboardData_(mimetype, item); |
| - } else if (message.method == 'onFirstFrameReceived') { |
|
kelvinp
2015/04/14 23:16:32
Removed as not used.
Jamie
2015/04/14 23:52:47
This will be used soon to log the amount of time b
kelvinp
2015/04/15 00:30:21
Good catch. Resurrected!
|
| - if (remoting.clientSession) { |
| - remoting.clientSession.onFirstFrameReceived(); |
| - } |
| - |
| } else if (message.method == 'fetchPin') { |
| // The pairingSupported value in the dictionary indicates whether both |
| // client and host support pairing. If the client doesn't support pairing, |