The deferred PostTask introduced to avoid ANR was causing the bottom controls to be initialized after the progress bar, breaking it. Revert to synchronous initialization. Resolves: https://github.com/brave/brave-browser/issues/54458
The deferred PostTask introduced to avoid ANR was causing the bottom controls to be initialized after the progress bar, breaking it. Revert to synchronous initialization. Resolves: https://github.com/brave/brave-browser/issues/54458