forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ProcessHost shutdown when ProcessHostOnUI is turned on.
It turns out BrowserProcessSubThread is only used for IO thread at this point so it doesn't get a chance to clean up things that live on the UI thread. In a subsequent cl I'll rename it to BrowserProcessIOThread to make it clear, but this is the minmal fix for ProcessHostOnUI for now. This fixes the remaining failures on the windows bots, which were the InProcessGpuTest tests. Bug: 904556 Change-Id: Ie3575ecef4d4f206b23b583fbb86c4e6b30f523a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877684 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#880129}
- Loading branch information
John Abd-El-Malek
authored and
Chromium LUCI CQ
committed
May 6, 2021
1 parent
bb276ba
commit cab1dbc
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters