| Index: chrome/browser/resources/cryptotoken/webrequestsender.js
|
| diff --git a/chrome/browser/resources/cryptotoken/webrequestsender.js b/chrome/browser/resources/cryptotoken/webrequestsender.js
|
| index 7907120ed942d412dc4ff015b90f3249cb240e27..96db4ca07b051dd489f85668a30bc23f3e4e1d95 100644
|
| --- a/chrome/browser/resources/cryptotoken/webrequestsender.js
|
| +++ b/chrome/browser/resources/cryptotoken/webrequestsender.js
|
| @@ -136,7 +136,7 @@ function getTabIdWhenPossible(sender) {
|
| * Checks whether the given tab is in the foreground, i.e. is the active tab
|
| * of the focused window.
|
| * @param {number} tabId The tab id to check.
|
| - * @return {Promise.<boolean>} A promise for the result of the check.
|
| + * @return {Promise<boolean>} A promise for the result of the check.
|
| */
|
| function tabInForeground(tabId) {
|
| return new Promise(function(resolve, reject) {
|
|
|