Chromium change: https://chromium.googlesource.com/chromium/src/+/ea47a4a0d7615ba215e8f23383ebb033d606adc8 commit ea47a4a0d7615ba215e8f23383ebb033d606adc8 Author: Sylvain Defresne <sdefresne@chromium.org> Date: Wed Nov 13 14:49:11 2024 +0000 [ios] Move rest of Profile deferred initialization to ProfileController Move the rest of the Profile initialization from MainController to ProfileController. This ensure the code is run even for Profiles that are loaded dynamically after the MainController is initialized. Bug: 353683675, 40769058, 333863468