[mojo-edk] Fix shutdown with old EDK.
The old EDK always initializes the new EDK as well, but it wasn't shutting it down unless --use-new-edk was set. This was hitting CHECKs to guard against double-initialization, because tests init and shutdown the EDK multiple times in the same process. This CL fixes that by always shutting the new EDK down as well. Also we don't actually use g_io_thread_task_runner anymore so I removed that. TBRing since it's a pretty obvious fix IMHO and it's breaking stuff on bots. BUG=None TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1642453002 Cr-Commit-Position: refs/heads/master@{#371748}
Showing
Please register or sign in to comment