Josh
unread,Jul 19, 2025, 1:21:07 PM7/19/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hi,
I'm working on a custom Chromium build and running into an issue with `ChromeMainDelegate::PostEarlyInitialization`, which tries to dereference `startup_data`. In my case, it's `0x30`, and I can't figure out why.
I've searched the codebase for where `startup_data` is initialized. The only relevant reference I found was `MojoIpcSupport::CreateBrowserStartupData`, but it's not clear how that connects to `ChromeContentBrowserClient`, which doesn’t seem to take `startup_data` in its constructor, yet somehow has access to it later.
Does anyone know where `startup_data` is supposed to be set, or what I might be missing?
Thanks,
Josh