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

Unified Diff: chrome/browser/resources/cryptotoken/approvedorigins.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox 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: 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) {};
« no previous file with comments | « chrome/browser/resources/cryptotoken/appid.js ('k') | chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698