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

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: 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
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..0df9aec6300cda90c1caed0b33048910c8206b85 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} onError
Jamie 2015/02/18 02:23:50 This one always has the same signature. We might a
garykac 2015/02/19 01:48:45 Done.
* @param {Array<*>} values
*/
remoting.MockIdentity.validateTokenAndCall =
@@ -85,8 +85,8 @@ remoting.MockIdentity.validateTokenAndCall =
};
/**
- * @param {function()} onDone
- * @param {function()} onError
+ * @param {Function} onDone
+ * @param {Function} onError
* @param {Array<*>} values
*/
remoting.MockIdentity.prototype.validateTokenAndCall =

Powered by Google App Engine
This is Rietveld 408576698