| Index: chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js
|
| diff --git a/chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js b/chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js
|
| index 89fc759e6da9567d2ca13d22afb1984a5d98ad7a..8b4f838c04776421a97245820109bb12ca04537d 100644
|
| --- a/chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js
|
| +++ b/chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js
|
| @@ -25,7 +25,7 @@ function CryptoTokenApprovedOrigin() {}
|
| * @param {number=} opt_tabId A tab id to display approval prompt in.
|
| * For this implementation, the tabId is always necessary, even though
|
| * the type allows undefined.
|
| - * @return {Promise.<boolean>} A promise for the result of the check.
|
| + * @return {Promise<boolean>} A promise for the result of the check.
|
| */
|
| CryptoTokenApprovedOrigin.prototype.isApprovedOrigin =
|
| function(origin, opt_tabId) {
|
|
|