Differences From 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]
To Artifact [79b6d25629]:
- File build/chrome/cackey.js — part of check-in [4509382d11] at 2016-02-15 06:45:12 on branch trunk — ChromeOS: Removed extraneous PIN clearing (user: rkeene, size: 8689) [annotate] [blame] [check-ins using]
︙ | |||
225 226 227 228 229 230 231 | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | - - | if (nextFunction != null) { nextFunction(messageEvent.data, chromeCallback); } delete cackeyOutstandingCallbacks[messageEvent.data.id]; |
︙ |