commit | 06d99aeb0b006b51a9558c6ff90d770cc6ad7c74 | [log] [tgz] |
---|---|---|
author | Gabriel Charette <gab@chromium.org> | Fri Nov 16 17:25:09 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 16 17:25:09 2018 |
tree | 0c66ae97c43e85f193e6bd90d3f52eaf4d13ea73 | |
parent | d7130ee8febf169f9a7ef8b25abd5b1b44a00cb7 [diff] |
[TaskbarIconFinder] Replace usage of base::Thread by post_task.h post_task.h is now preferred over using dedicated base::Threads. Furthermore, this code is preventing PlatformThread::Join() called by Thread::Stop()) from being marked as a blocking operation in https://chromium-review.googlesource.com/c/chromium/src/+/1324370. This code was really only spinning up a thread to run a single task in an MTA environment. All threads in the TaskScheduler (in the browser process) are in an MTA. R=grt@chromium.org Bug: 707362 Change-Id: I5defbaeefc291f4b417c142cda60918a4cfd471d Reviewed-on: https://chromium-review.googlesource.com/c/1338221 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#608829}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .