summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/cryptotoken/origincheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/cryptotoken/origincheck.js')
-rw-r--r--chrome/browser/resources/cryptotoken/origincheck.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/cryptotoken/origincheck.js b/chrome/browser/resources/cryptotoken/origincheck.js
index ddab33e..97077e0 100644
--- a/chrome/browser/resources/cryptotoken/origincheck.js
+++ b/chrome/browser/resources/cryptotoken/origincheck.js
@@ -20,7 +20,7 @@ function OriginChecker() {}
/**
* Checks whether the origin is allowed to claim the app ids.
* @param {string} origin The origin claiming the app id.
- * @param {!Array.<string>} appIds The app ids being claimed.
- * @return {Promise.<boolean>} A promise for the result of the check.
+ * @param {!Array<string>} appIds The app ids being claimed.
+ * @return {Promise<boolean>} A promise for the result of the check.
*/
OriginChecker.prototype.canClaimAppIds = function(origin, appIds) {};