| 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 16eaf1843bc1056b8848043befa7acf2deb19bad..05421c68893d1218612a1bb46320a7b9860d3dc1 100644
|
| --- a/remoting/webapp/crd/js/client_session.js
|
| +++ b/remoting/webapp/crd/js/client_session.js
|
| @@ -716,7 +716,7 @@ remoting.ClientSession.prototype.applyRemapKeys_ = function(apply) {
|
| // By default, under ChromeOS, remap the right Control key to the right
|
| // Win / Cmd key.
|
| var remapKeys = this.remapKeys_;
|
| - if (remapKeys == '' && remoting.runningOnChromeOS()) {
|
| + if (remapKeys == '' && remoting.platformIsChromeOS()) {
|
| remapKeys = '0x0700e4>0x0700e7';
|
| }
|
|
|
|
|