diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:56:52 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:56:52 +0000 |
commit | ed6fb9859804cde4602cb57dc12652bea23da651 (patch) | |
tree | 3aa41e37b80b1993ca0e9ddd38164acbafd965d2 /chrome/chrome_browser_extensions.gypi | |
parent | ea93fa56a53f7e3d8efcdd6d1eed01ef125e2c0d (diff) | |
download | chromium_src-ed6fb9859804cde4602cb57dc12652bea23da651.zip chromium_src-ed6fb9859804cde4602cb57dc12652bea23da651.tar.gz chromium_src-ed6fb9859804cde4602cb57dc12652bea23da651.tar.bz2 |
Componentize component_updater: Replace content::BrowserThread usage with task runners
This patch strips out usage of specific threads defined in content/.
- Replaces FILE thread in BackgroundDownloaderWin with a SingleThreadTaskRunner backed by the FILE thread.
- Replaces a bunch of DCHECK(UI thread) with use of base::ThreadChecker (which just checks that it's all on the constructor thread).
- Replaces Posts to the UI thread with a post to the current message loop used in the constructor.
BUG=371463
Review URL: https://codereview.chromium.org/385013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
0 files changed, 0 insertions, 0 deletions