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

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

Issue 918783002: CRD Viewport Management refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase error 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 f6e9476f50d1accf01d98ea1f552ceee3500b306..e98a0c92f31543f6c587ed264e992a7bd48dd2e4 100644
--- a/remoting/webapp/crd/js/client_session.js
+++ b/remoting/webapp/crd/js/client_session.js
@@ -609,10 +609,6 @@ remoting.ClientSession.prototype.onSetCapabilities_ = function(capabilities) {
}
this.capabilities_ = capabilities;
- if (this.hasCapability(
- remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION)) {
- this.uiHandler_.notifyClientResolution_();
- }
if (this.hasCapability(remoting.ClientSession.Capability.GOOGLE_DRIVE)) {
this.sendGoogleDriveAccessToken_();
}

Powered by Google App Engine
This is Rietveld 408576698