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

Unified Diff: remoting/webapp/crd/js/remoting_activity_test_driver.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/crd/js/me2me_activity.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/remoting_activity_test_driver.js
diff --git a/remoting/webapp/crd/js/remoting_activity_test_driver.js b/remoting/webapp/crd/js/remoting_activity_test_driver.js
index 462a51c86adebefe15197761d2147d10f38e1766..e5a703458e0cab4fa6e755824ed226608468fd6e 100644
--- a/remoting/webapp/crd/js/remoting_activity_test_driver.js
+++ b/remoting/webapp/crd/js/remoting_activity_test_driver.js
@@ -45,6 +45,8 @@ var MockDesktopConnectedView = function() {};
MockDesktopConnectedView.prototype.setVideoFrameRecorder = function() {};
/** @override */
MockDesktopConnectedView.prototype.dispose = function() {};
+/** @override */
+MockDesktopConnectedView.prototype.setRemapKeys = function() {};
/**
* A test driver that mocks out the UI components that are required by the
@@ -233,4 +235,4 @@ remoting.Me2MeTestDriver.FIXTURE =
'<div class="host-needs-update-message"></div>' +
'</div>';
-})();
+})();
« no previous file with comments | « remoting/webapp/crd/js/me2me_activity.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698