| 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 a6338a268824aed383ab47209f95ea650081229a..2c016439f2c54e60e4e2d6c3dd54d6887c82869b 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting.js
|
| @@ -109,7 +109,8 @@ remoting.DesktopRemoting.prototype.getRequiredCapabilities = function() {
|
| remoting.ClientSession.Capability.VIDEO_RECORDER,
|
| // TODO(aiguha): Add this capability based on a gyp/command-line flag,
|
| // rather than by default.
|
| - remoting.ClientSession.Capability.CAST
|
| + remoting.ClientSession.Capability.CAST,
|
| + remoting.ClientSession.Capability.GNUBBY_AUTH
|
| ];
|
| };
|
|
|
|
|