| 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_();
|
| }
|
|
|