| Index: chrome/browser/resources/cryptotoken/approvedorigins.js
|
| diff --git a/chrome/browser/resources/cryptotoken/approvedorigins.js b/chrome/browser/resources/cryptotoken/approvedorigins.js
|
| index f1027c1e1fb14e3312ca76acdf771b9e345a71b6..41c854ac934b6e4f84e67a50fc7ea7e2e4d02a55 100644
|
| --- a/chrome/browser/resources/cryptotoken/approvedorigins.js
|
| +++ b/chrome/browser/resources/cryptotoken/approvedorigins.js
|
| @@ -22,6 +22,6 @@ function ApprovedOrigins() {}
|
| * @param {string} origin The origin to approve.
|
| * @param {number=} opt_tabId A tab id to display approval prompt in, if
|
| * necessary.
|
| - * @return {Promise.<boolean>} A promise for the result of the check.
|
| + * @return {Promise<boolean>} A promise for the result of the check.
|
| */
|
| ApprovedOrigins.prototype.isApprovedOrigin = function(origin, opt_tabId) {};
|
|
|