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

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

Issue 1358173005: Refactor HostSettings class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests. Created 5 years, 3 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
« no previous file with comments | « remoting/webapp/base/js/host_settings.js ('k') | remoting/webapp/crd/js/desktop_connected_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/crd_experimental.js
diff --git a/remoting/webapp/crd/js/crd_experimental.js b/remoting/webapp/crd/js/crd_experimental.js
index 7586ff77e08c1d3bc8e049609192b9c5b3e6e604..36019a1cceb91dfe8bfd9f3d7bbb3a5f4893e73d 100644
--- a/remoting/webapp/crd/js/crd_experimental.js
+++ b/remoting/webapp/crd/js/crd_experimental.js
@@ -53,7 +53,6 @@ remoting.experimental.setRemapKeys = function(remappings) {
var drApp = /** @type {remoting.DesktopRemoting} */ (remoting.app);
if (drApp instanceof remoting.DesktopRemoting) {
var connectedView = drApp.getConnectedViewForTesting();
- connectedView.setRemapKeys(
- remoting.Host.Options.convertRemapKeys(remappings));
+ connectedView.setRemapKeys(remappings);
}
};
« no previous file with comments | « remoting/webapp/base/js/host_settings.js ('k') | remoting/webapp/crd/js/desktop_connected_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698