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

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

Issue 695363002: Remote assistance on Chrome OS Part VI - Enable It2me on ChromeOS in the webapp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to do statement Created 6 years, 1 month 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
« no previous file with comments | « remoting/webapp/base/js/platform.js ('k') | remoting/webapp/crd/js/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
}
« no previous file with comments | « remoting/webapp/base/js/platform.js ('k') | remoting/webapp/crd/js/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698