Index: remoting/webapp/client_session.js |
diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js |
index 3e0a5d8196d9d69cab622800f951748b0505af22..d3114aa8782e3cf130abd2f035b7395540d8e05e 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' |
}; |
/** |