| Index: remoting/webapp/crd/js/client_session.js
|
| diff --git a/remoting/webapp/crd/js/client_session.js b/remoting/webapp/crd/js/client_session.js
|
| index 3d11563058bf13a6ae2778162144386136776cf4..65d1eeb795b930d2af024cf6daf1269baabe1f2d 100644
|
| --- a/remoting/webapp/crd/js/client_session.js
|
| +++ b/remoting/webapp/crd/js/client_session.js
|
| @@ -244,6 +244,8 @@ remoting.ClientSession.Capability = {
|
|
|
| // Let the host know that we're interested in knowing whether or not it
|
| // rate limits desktop-resize requests.
|
| + // TODO(kelvinp): This has been supported since M-29. Currently we only have
|
| + // <1000 users on M-29 or below. Remove this and the capability on the host.
|
| RATE_LIMIT_RESIZE_REQUESTS: 'rateLimitResizeRequests',
|
|
|
| // Indicates that host/client supports Google Drive integration, and that the
|
|
|