| Index: remoting/webapp/client_session.js
|
| diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js
|
| index fec67ff77eaa818412ea1af50250c2c51c91784c..14c29af88a1d27eaac650718adb577d8d1356650 100644
|
| --- a/remoting/webapp/client_session.js
|
| +++ b/remoting/webapp/client_session.js
|
| @@ -362,7 +362,8 @@ remoting.ClientSession.Capability = {
|
| // resolution to the host once connection has been established. See
|
| // this.plugin_.notifyClientResolution().
|
| SEND_INITIAL_RESOLUTION: 'sendInitialResolution',
|
| - RATE_LIMIT_RESIZE_REQUESTS: 'rateLimitResizeRequests'
|
| + RATE_LIMIT_RESIZE_REQUESTS: 'rateLimitResizeRequests',
|
| + VIDEO_RECORDER: 'videoRecorder'
|
| };
|
|
|
| /**
|
|
|