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

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

Issue 308173002: Fix race and remove unused features in cryptotoken extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix type annotation Created 6 years, 7 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/llgnubby.js
diff --git a/chrome/browser/resources/cryptotoken/llgnubby.js b/chrome/browser/resources/cryptotoken/llgnubby.js
index 2cf709d1ef66322b1759bfd4e1806054a0ba3521..2efe238ce3c39b06c7d2779a648b4da0f6326fee 100644
--- a/chrome/browser/resources/cryptotoken/llgnubby.js
+++ b/chrome/browser/resources/cryptotoken/llgnubby.js
@@ -105,6 +105,6 @@ llGnubby.prototype.hasClient = function(who) {};
* If queue was empty, initiate the write.
* @param {number} cid The client's channel ID.
* @param {number} cmd The command to send.
- * @param {ArrayBuffer} data Command data
+ * @param {ArrayBuffer|Uint8Array} data Command data
*/
llGnubby.prototype.queueCommand = function(cid, cmd, data) {};
« no previous file with comments | « chrome/browser/resources/cryptotoken/gnubby-u2f.js ('k') | chrome/browser/resources/cryptotoken/llhidgnubby.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698