| 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
|
| */
|
|
|