Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1857)

Unified Diff: remoting/webapp/crd/js/client_session.js

Issue 929323003: Separate host desktop related functionality into remoting.HostDesktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jamie's feedback Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698