fix: revert {Atom => Electron}Application rename (#22206)

This commit is contained in:
Jeremy Apthorp 2020-02-21 11:05:03 -08:00 committed by GitHub
parent e0c0875d6f
commit 8045152e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 30 deletions

View file

@ -35,7 +35,7 @@ void ElectronBrowserMainParts::FreeAppDelegate() {
}
void ElectronBrowserMainParts::RegisterURLHandler() {
[[ElectronApplication sharedApplication] registerURLHandler];
[[AtomApplication sharedApplication] registerURLHandler];
}
// Replicates NSApplicationMain, but doesn't start a run loop.