| Index: remoting/webapp/crd/js/desktop_remoting_activity.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting_activity.js b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| index 3f7a7237998eb95b4990423236218ac4df30d401..9d32caa3fe1bad709f31e14b1d159016d1bf16e5 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| @@ -28,7 +28,7 @@ remoting.DesktopRemotingActivity = function(parentActivity) {
|
| /** @private */
|
| this.sessionFactory_ = new remoting.ClientSessionFactory(
|
| document.querySelector('#client-container .client-plugin-container'),
|
| - remoting.app_capabilities());
|
| + [/* No special capabilities required. */]);
|
|
|
| /** @private {remoting.ClientSession} */
|
| this.session_ = null;
|
|
|