| Index: remoting/webapp/app_remoting/js/app_remoting.js
|
| diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
|
| index f07f8474d277f87adbcf3ce50cdc01c5a4869e99..8e8bb626c35332923ade1727a888c8119ca4149c 100644
|
| --- a/remoting/webapp/app_remoting/js/app_remoting.js
|
| +++ b/remoting/webapp/app_remoting/js/app_remoting.js
|
| @@ -214,19 +214,6 @@ remoting.AppRemoting.prototype.getDefaultRemapKeys = function() {
|
| };
|
|
|
| /**
|
| - * @return {Array.<string>} A list of |ClientSession.Capability|s required
|
| - * by this application.
|
| - */
|
| -remoting.AppRemoting.prototype.getRequiredCapabilities = function() {
|
| - return [
|
| - remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION,
|
| - remoting.ClientSession.Capability.RATE_LIMIT_RESIZE_REQUESTS,
|
| - remoting.ClientSession.Capability.VIDEO_RECORDER,
|
| - remoting.ClientSession.Capability.GOOGLE_DRIVE
|
| - ];
|
| -};
|
| -
|
| -/**
|
| * Called when a new session has been connected.
|
| *
|
| * @param {remoting.ClientSession} clientSession
|
|
|