mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
When starting or restarting Chromium on Windows, we see the busy cursor briefly. This is because crashpad does not specify STARTF_FORCEOFFFEEDBACK in the CreateProcess call. This is similar to other changes in Chromium for child processes to avoid the busy cursor. Bug: 389978731 Change-Id: Ib95cd3b6ce13e3170324e63b43e46a376affc7c8 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6173930 Reviewed-by: Will Harris <wfh@google.com> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Reviewed-by: Peter Boström <pbos@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org>