mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
chore: replace PreContentInitialization with PreCreateMainMessageLoop
This commit is contained in:
committed by
deepak1556
parent
0adbcfd806
commit
c4cb90ab85
@@ -219,7 +219,7 @@ void AtomMainDelegate::PreSandboxStartup() {
|
||||
#endif
|
||||
}
|
||||
|
||||
void AtomMainDelegate::PreContentInitialization() {
|
||||
void AtomMainDelegate::PreCreateMainMessageLoop() {
|
||||
#if defined(OS_MACOSX)
|
||||
RegisterAtomCrApp();
|
||||
#endif
|
||||
|
||||
@@ -24,7 +24,7 @@ class AtomMainDelegate : public content::ContentMainDelegate {
|
||||
// content::ContentMainDelegate:
|
||||
bool BasicStartupComplete(int* exit_code) override;
|
||||
void PreSandboxStartup() override;
|
||||
void PreContentInitialization() override;
|
||||
void PreCreateMainMessageLoop() override;
|
||||
content::ContentBrowserClient* CreateContentBrowserClient() override;
|
||||
content::ContentRendererClient* CreateContentRendererClient() override;
|
||||
content::ContentUtilityClient* CreateContentUtilityClient() override;
|
||||
|
||||
Reference in New Issue
Block a user