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

Unified Diff: chrome/browser/resources/cryptotoken/cryptotokenapprovedorigins.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/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) {

Powered by Google App Engine
This is Rietveld 408576698