commit | 8e23c3ab0a41a79a3e0d1d51a28c12c518f59ba9 | [log] [tgz] |
---|---|---|
author | Ken Rockot <rockot@google.com> | Thu Aug 01 23:39:10 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 01 23:39:10 2019 |
tree | 1124299e9de4ed72a5616a8f468752116819f0ca | |
parent | eeddf2dec90fdb60be54d6382325107398036465 [diff] |
ChildProcessLauncher without BrowserThread This removes ChildProcessLauncher's nominal dependency on BrowserThread initialization by capturing the client's current SequencedTaskRunner rather than the current thread's BrowserThread::ID, which may not be initialized yet. Bug: 989769 Change-Id: Ia4b9cb0781540f6737be761c201b6440f7713ac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731473 Reviewed-by: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Clark DuVall <cduvall@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#683390}
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 .