| Index: chrome/browser/resources/cryptotoken/usbgnubbyfactory.js
|
| diff --git a/chrome/browser/resources/cryptotoken/usbgnubbyfactory.js b/chrome/browser/resources/cryptotoken/usbgnubbyfactory.js
|
| index 4d3271294ba8469c82a53c5e42ad71af0a085250..c28433b0a15a18152e3cb5f8b7205e34818f63c0 100644
|
| --- a/chrome/browser/resources/cryptotoken/usbgnubbyfactory.js
|
| +++ b/chrome/browser/resources/cryptotoken/usbgnubbyfactory.js
|
| @@ -43,7 +43,7 @@ UsbGnubbyFactory.prototype.openGnubby =
|
|
|
| /**
|
| * Enumerates gnubbies.
|
| - * @param {function(number, Array.<GnubbyDeviceId>)} cb Enumerate callback
|
| + * @param {function(number, Array<GnubbyDeviceId>)} cb Enumerate callback
|
| */
|
| UsbGnubbyFactory.prototype.enumerate = function(cb) {
|
| this.gnubbies_.enumerate(cb);
|
|
|