SmartLock: Run the IO thread on mainloop instead of a real thread.
This fixes a crashing test (with DCHECK enabled) caused by the IO thread having a different ID for each test. This conflicted with the constraint of the NSSInitSingleton that its methods be called with thread-affinity (on the same thread ID). R=khorimoto@chromium.org Bug: 828538 Test: EasyUnlockTpmKeyManagerTest.* Change-Id: I7936ed9ad09884a47a898344a99977d3d5d013ac Reviewed-on: https://chromium-review.googlesource.com/994071Reviewed-by:Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#547863}
Showing
Please register or sign in to comment