fix: Initialize resource bundle for the browser process earlier
This commit is contained in:
parent
1de0152b6b
commit
4089620729
5 changed files with 31 additions and 31 deletions
|
@ -25,6 +25,7 @@ class AtomMainDelegate : public content::ContentMainDelegate {
|
|||
bool BasicStartupComplete(int* exit_code) override;
|
||||
void PreSandboxStartup() override;
|
||||
void PreCreateMainMessageLoop() override;
|
||||
void PostEarlyInitialization(bool is_running_tests) override;
|
||||
content::ContentBrowserClient* CreateContentBrowserClient() override;
|
||||
content::ContentRendererClient* CreateContentRendererClient() override;
|
||||
content::ContentUtilityClient* CreateContentUtilityClient() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue