225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
  | 
	if (nextFunction != null) {
		nextFunction(messageEvent.data, chromeCallback);
	}
	delete cackeyOutstandingCallbacks[messageEvent.data.id];
	pinWindowPINValue = "";
	return;
}
/*
 * Handler for messages from Chrome related to listing certificates
 */
function cackeyListCertificates(chromeCallback) {
 | 
<
<
  | 
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];
	return;
}
/*
 * Handler for messages from Chrome related to listing certificates
 */
function cackeyListCertificates(chromeCallback) {
 |