Check-in [39884d86b4]
Overview
Comment:ChromeOS: Removed extra debugging initialization, should now be centralized
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 39884d86b42891b0a233c0a105295cd446e25e5c
User & Date: rkeene on 2016-02-12 04:10:18
Other Links: manifest | tags
Context
2016-02-12
05:10
ChromeOS: Updated to include the command we are replying to in the reply check-in: e3aaea539b user: rkeene tags: trunk
04:10
ChromeOS: Removed extra debugging initialization, should now be centralized check-in: 39884d86b4 user: rkeene tags: trunk
04:06
ChromeOS: Started work on supporting signing messages check-in: 75140d9f77 user: rkeene tags: trunk
Changes

Modified build/chrome/cackey.js from [3365edf925] to [0b72bd3c23].

429
430
431
432
433
434
435
436
437
438
439
440
	payload = new Uint8Array(stoBA(hextorstr(payload))).buffer;

	chromeCallback(payload);

	return;
}

/* Enable debugging */
GoogleSmartCard.logger.setLevel(GoogleSmartCard.Logger.prototype.DEBUG);

/* Initialize CACKey */
cackeyInit();







<
<
<


429
430
431
432
433
434
435



436
437
	payload = new Uint8Array(stoBA(hextorstr(payload))).buffer;

	chromeCallback(payload);

	return;
}




/* Initialize CACKey */
cackeyInit();