Differences From Artifact [95eeb58033]:
- File build/chrome/cackey.js — part of check-in [16b40cb47e] at 2016-02-15 06:39:29 on branch trunk — ChromeOS: Restructured initialization so that the Google PCSC Smartcard Manager App ID can be found at runtime (user: rkeene, size: 8651) [annotate] [blame] [check-ins using]
To Artifact [e2d53d74fa]:
- File build/chrome/cackey.js — part of check-in [c53eda4523] at 2016-02-15 06:43:01 on branch trunk — ChromeOS: Fixed race with specifying the Google Smartcard Manager App ID (user: rkeene, size: 8715) [annotate] [blame] [check-ins using]
︙ | |||
302 303 304 305 306 307 308 | 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 | - + + | /* * Initialize CACKey with the correct handle to talk to the Google Smartcard Manager App */ cackeyHandle.postMessage( { "target": "cackey", |
︙ |