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

Unified Diff: remoting/webapp/browser_test/mock_identity.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_host_list_api.js ('k') | remoting/webapp/browser_test/mock_oauth2_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/browser_test/mock_identity.js
diff --git a/remoting/webapp/browser_test/mock_identity.js b/remoting/webapp/browser_test/mock_identity.js
index 669e89f927c79d472136b54d177072a63f0949ec..4a1c61bc4dc9522d8371cc18e27303d84516ea93 100644
--- a/remoting/webapp/browser_test/mock_identity.js
+++ b/remoting/webapp/browser_test/mock_identity.js
@@ -67,8 +67,8 @@ remoting.MockIdentity.prototype.setAccessToken = function(accessToken) {
/**
* @param {string} token
- * @param {function()} onDone
- * @param {function()} onError
+ * @param {Function} onDone
+ * @param {function(remoting.Error)} onError
* @param {Array<*>} values
*/
remoting.MockIdentity.validateTokenAndCall =
@@ -85,8 +85,8 @@ remoting.MockIdentity.validateTokenAndCall =
};
/**
- * @param {function()} onDone
- * @param {function()} onError
+ * @param {Function} onDone
+ * @param {function(remoting.Error)} onError
* @param {Array<*>} values
*/
remoting.MockIdentity.prototype.validateTokenAndCall =
« no previous file with comments | « remoting/webapp/browser_test/mock_host_list_api.js ('k') | remoting/webapp/browser_test/mock_oauth2_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698