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

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

Issue 596083002: Update cryptotoken to 0.8.63 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a deprecated line Created 6 years, 3 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/devicestatuscodes.js
diff --git a/chrome/browser/resources/cryptotoken/devicestatuscodes.js b/chrome/browser/resources/cryptotoken/devicestatuscodes.js
index 2bc2a1e93af44d6bfd4ff55c9dfd9f056b742b37..fc28c59011c72cf26399356819667cc4d6a7ef66 100644
--- a/chrome/browser/resources/cryptotoken/devicestatuscodes.js
+++ b/chrome/browser/resources/cryptotoken/devicestatuscodes.js
@@ -15,6 +15,12 @@ var DeviceStatusCodes = {};
DeviceStatusCodes.OK_STATUS = 0;
/**
+ * Device operation wrong length status.
+ * @const
+ */
+DeviceStatusCodes.WRONG_LENGTH_STATUS = 0x6700;
+
+/**
* Device operation wait touch status.
* @const
*/
« no previous file with comments | « chrome/browser/resources/cryptotoken/devicefactoryregistry.js ('k') | chrome/browser/resources/cryptotoken/enroller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698