Open Bug 1899846 Opened 9 months ago Updated 9 months ago

UtilityProcessHost::InitAfterConnect never called with `false`

Categories

(Core :: IPC, task)

task

Tracking

()

People

(Reporter: rkraesig, Unassigned)

Details

UtilityProcessHost::InitAfterConnect appears to be patterned after other FooProcessHost::InitAfterConnect functions (e.g. [1] [2] [3]), but its aSucceeded parameter is effectively unused: it's only ever called with true.

We should probably either remove the parameter or actually make use of it somewhere.

You need to log in before you can comment on or make changes to this bug.