DescriptionFixes up batch-mode release of utility process.
When running in single-process mode, e.g. during unit tests, the utility
process cannot terminate the process and instead closes its channel to trigger
cleanup. Ending batchmode triggers process termination for the multi-process
mode, but does nothing during single-process mode, leading to test timeout.
This can be fixed by adding the single-process mode logic to the EndBatchMode
code path.
BUG=341935
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251209
Patch Set 1 #Patch Set 2 : Calls the function properly this time. #Messages
Total messages: 7 (0 generated)
|