Page 1 of 1

OnRenderThreadCreated removed

PostPosted: Thu Sep 24, 2020 11:58 pm
by zj0363637
Hi

Just upgraded to 85.3.9+gb045a6e+chromium-85.0.4183.102 and noticed OnRenderThreadCreated was removed from the API, wonder if its replaced by any other API? We are using it to pass extra info to renderer process.

Thanks
Jim

Re: OnRenderThreadCreated removed

PostPosted: Fri Sep 25, 2020 2:40 am
by ndesktop
The commit is this.
From the commit message, the recommandation is to use OnWebKitInitialized for startup tasks, and OnBrowserCreated for extra_info.

Re: OnRenderThreadCreated removed

PostPosted: Sun Sep 27, 2020 6:09 pm
by zj0363637
thanks @ndesktop.