| Index: remoting/webapp/crd/js/desktop_remoting_activity.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting_activity.js b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| index 03f2ead9742c491d5c9a17a7661b9e0cbbd97dcd..e4cf39d079b1fd6cfb8f40ed70dca795708f753b 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| @@ -99,7 +99,7 @@ remoting.DesktopRemotingActivity.prototype.onConnected =
|
| // Under ChromeOS, remap the right Control key to the right Win/Cmd key.
|
| remapping = {0x0700e4: 0x0700e7};
|
| }
|
| - connectionInfo.plugin().setRemapKeys(remapping);
|
| + this.connectedView_.setRemapKeys(remapping);
|
|
|
| if (connectionInfo.plugin().hasCapability(
|
| remoting.ClientSession.Capability.VIDEO_RECORDER)) {
|
|
|