| Index: remoting/webapp/crd/js/desktop_remoting.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
|
| index 0f727f0855fbd30337148c58f0178cbc570dcb03..66c46fe1250db6c9e1d64eff35a7e04c9b433db6 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting.js
|
| @@ -287,15 +287,6 @@ remoting.DesktopRemoting.prototype.handleConnectionFailed = function(
|
| };
|
|
|
| /**
|
| - * Called when the current session has reached the point where the host has
|
| - * started streaming video frames to the client.
|
| - *
|
| - * @return {void} Nothing.
|
| - */
|
| -remoting.DesktopRemoting.prototype.handleVideoStreamingStarted = function() {
|
| -};
|
| -
|
| -/**
|
| * Called when an error needs to be displayed to the user.
|
| *
|
| * @param {!remoting.Error} error The error to be localized and displayed.
|
|
|