[Extensions][Task Scheduler] Migrate ExecuteCodeFunction
Migrate ExecuteCodeFunction away from BrowserThread::PostTask to post a task to the FILE thread and instead use base::PostTask with MayBlock traits. Also avoid a double post and instead just use PostTask*AndReply. BUG=689520 Review-Url: https://codereview.chromium.org/2978843002 Cr-Commit-Position: refs/heads/master@{#486611}
Showing
Please register or sign in to comment