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

Unified Diff: remoting/webapp/browser_test/mock_host_list_api.js

Issue 927373005: [Chromoting] Enable jscompile for browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests; More review comments Created 5 years, 10 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/browser_test/mock_client_plugin.js ('k') | remoting/webapp/browser_test/mock_identity.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/browser_test/mock_host_list_api.js
diff --git a/remoting/webapp/browser_test/mock_host_list_api.js b/remoting/webapp/browser_test/mock_host_list_api.js
index c318cd5092bb9d50fed938eb8b855eae4277595a..2fca22060590987f9d501c88be255891823b639c 100644
--- a/remoting/webapp/browser_test/mock_host_list_api.js
+++ b/remoting/webapp/browser_test/mock_host_list_api.js
@@ -49,11 +49,11 @@ remoting.MockHostListApi.prototype.get = function(onDone, onError) {
};
/**
- * @param {function():void} onDone
- * @param {function(remoting.Error):void} onError
* @param {string} hostId
* @param {string} hostName
* @param {string} hostPublicKey
+ * @param {function():void} onDone
+ * @param {function(remoting.Error):void} onError
*/
remoting.MockHostListApi.prototype.put =
function(hostId, hostName, hostPublicKey, onDone, onError) {
@@ -77,9 +77,9 @@ remoting.MockHostListApi.prototype.put =
};
/**
+ * @param {string} hostId
* @param {function():void} onDone
* @param {function(remoting.Error):void} onError
- * @param {string} hostId
*/
remoting.MockHostListApi.prototype.remove =
function(hostId, onDone, onError) {
« no previous file with comments | « remoting/webapp/browser_test/mock_client_plugin.js ('k') | remoting/webapp/browser_test/mock_identity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698