diff options
author | juanlang <juanlang@chromium.org> | 2014-09-02 18:04:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-03 01:14:33 +0000 |
commit | c6b104c56f131bb6d1e70909f2708884f57aab9b (patch) | |
tree | a8ff1eb2543f39ab45314f60a20ddefe565124d2 | |
parent | 08560e0d4c6f016bd1a6bb05020a36cb50c523cc (diff) | |
download | chromium_src-c6b104c56f131bb6d1e70909f2708884f57aab9b.zip chromium_src-c6b104c56f131bb6d1e70909f2708884f57aab9b.tar.gz chromium_src-c6b104c56f131bb6d1e70909f2708884f57aab9b.tar.bz2 |
Support additional Yubico product IDs.
This feature is intended for launch with devices planned to be available
in the play store, and some of these devices were unintentially missed
from the 38 branch point.
BUG=409282
Review URL: https://codereview.chromium.org/535443002
Cr-Commit-Position: refs/heads/master@{#293035}
-rw-r--r-- | chrome/browser/resources/cryptotoken/manifest.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/browser/resources/cryptotoken/manifest.json b/chrome/browser/resources/cryptotoken/manifest.json index 43ab8d4..3764eab 100644 --- a/chrome/browser/resources/cryptotoken/manifest.json +++ b/chrome/browser/resources/cryptotoken/manifest.json @@ -19,6 +19,22 @@ "productId": 512 }, { + "vendorId": 4176, + "productId": 275 + }, + { + "vendorId": 4176, + "productId": 277 + }, + { + "vendorId": 4176, + "productId": 288 + }, + { + "vendorId": 4176, + "productId": 1025 + }, + { "vendorId": 9601, "productId": 61904 }, |