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

Unified Diff: chrome/browser/resources/cryptotoken/gnubbydevice.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/gnubbydevice.js
diff --git a/chrome/browser/resources/cryptotoken/gnubbydevice.js b/chrome/browser/resources/cryptotoken/gnubbydevice.js
index a350ded32737462c6583eb986f12be4b54c214d0..f7ef27fddc4b3c4b5ee6ae3b226bcb2bb86362d3 100644
--- a/chrome/browser/resources/cryptotoken/gnubbydevice.js
+++ b/chrome/browser/resources/cryptotoken/gnubbydevice.js
@@ -121,7 +121,7 @@ var UsbDeviceSpec;
/**
* Gets the list of USB devices permitted by this app.
- * @param {function(!Array.<!UsbDeviceSpec>)} cb Called back with a list of USB
+ * @param {function(!Array<!UsbDeviceSpec>)} cb Called back with a list of USB
* device specifiers.
*/
GnubbyDevice.getPermittedUsbDevices = function(cb) {
« no previous file with comments | « chrome/browser/resources/cryptotoken/gnubby-u2f.js ('k') | chrome/browser/resources/cryptotoken/gnubbyfactory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698